]> source.dussan.org Git - gitea.git/log
gitea.git
8 years agoFix template error [CI SKIP]
Unknwon [Sun, 14 Aug 2016 23:45:15 +0000 (16:45 -0700)]
Fix template error [CI SKIP]

8 years agoReplace convert.To with APIFormat calls
Unknwon [Sun, 14 Aug 2016 11:17:26 +0000 (04:17 -0700)]
Replace convert.To with APIFormat calls

8 years ago#2246 fully support of webhooks for pull request
Unknwon [Sun, 14 Aug 2016 10:32:24 +0000 (03:32 -0700)]
#2246 fully support of webhooks for pull request

8 years agoAdd subcommand to create new user in CLI
Unknwon [Sat, 13 Aug 2016 23:11:52 +0000 (16:11 -0700)]
Add subcommand to create new user in CLI

8 years agoCSS: remove font “Meiryo Ui”
Unknwon [Sat, 13 Aug 2016 05:05:20 +0000 (22:05 -0700)]
CSS: remove font “Meiryo Ui”

8 years agofix grammar + typo. (#3453)
Justin Ray Vrooman [Sat, 13 Aug 2016 00:06:07 +0000 (20:06 -0400)]
fix grammar + typo. (#3453)

8 years agoCode clean up
Unknwon [Fri, 12 Aug 2016 10:04:50 +0000 (03:04 -0700)]
Code clean up

8 years ago#3442 add test suites
Unknwon [Fri, 12 Aug 2016 09:56:50 +0000 (02:56 -0700)]
#3442 add test suites

8 years agoFix #3437: Cannot connect to PostgreSQL via IPv6 address (#3442)
Thibault Meyer [Fri, 12 Aug 2016 09:42:06 +0000 (11:42 +0200)]
Fix #3437: Cannot connect to PostgreSQL via IPv6 address (#3442)

* Change PostgreSQL connstring parsing to handle IPv6

* Fix used variable

* Remove redundant code + use variable

8 years agoMinor fix on top menu dropdown icon position
Unknwon [Fri, 12 Aug 2016 06:12:06 +0000 (23:12 -0700)]
Minor fix on top menu dropdown icon position

8 years agoAdd new dependency
Unknwon [Fri, 12 Aug 2016 00:12:55 +0000 (17:12 -0700)]
Add new dependency

8 years agoOn showing diff/file, use the tab_width specified on .editorconfig, if any (#3241)
Andrey Nering [Fri, 12 Aug 2016 00:07:09 +0000 (21:07 -0300)]
On showing diff/file, use the tab_width specified on .editorconfig, if any (#3241)

Closes #3182

8 years agoAdd .mailmap
Unknwon [Thu, 11 Aug 2016 23:57:48 +0000 (16:57 -0700)]
Add .mailmap

8 years agoAdd Content-Disposition header for downloads (#3439)
Andrey Nering [Thu, 11 Aug 2016 23:53:40 +0000 (20:53 -0300)]
Add Content-Disposition header for downloads (#3439)

8 years agoDo not show non-image attachment in a <img> tag. Fixes #3215 (#3311)
Andrey Nering [Thu, 11 Aug 2016 23:16:36 +0000 (20:16 -0300)]
Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311)

8 years agoFix #3321: commit tag shortener (#3418)
Thibault Meyer [Thu, 11 Aug 2016 22:34:00 +0000 (00:34 +0200)]
Fix #3321: commit tag shortener (#3418)

* Fix #3321: commit tag shortener

* Check short commit

* remove debug

* Edit unit tests

* Show 10-char short SHA

8 years agoFix #3391
Unknwon [Thu, 11 Aug 2016 22:29:39 +0000 (15:29 -0700)]
Fix #3391

8 years agoFix email FROM
Unknwon [Thu, 11 Aug 2016 22:16:01 +0000 (15:16 -0700)]
Fix email FROM

8 years ago#2852 code cleanup
Unknwon [Thu, 11 Aug 2016 21:55:10 +0000 (14:55 -0700)]
#2852 code cleanup

8 years agoAdd initial support for unix sockets (#2852)
Odin Ugedal [Thu, 11 Aug 2016 21:46:33 +0000 (23:46 +0200)]
Add initial support for unix sockets (#2852)

8 years agomodels: rename EnableTidb to EnableTiDB
Unknwon [Thu, 11 Aug 2016 21:38:45 +0000 (14:38 -0700)]
models: rename EnableTidb to EnableTiDB

8 years ago#3013 support connect PostgreSQL via unix socket
Unknwon [Thu, 11 Aug 2016 21:38:26 +0000 (14:38 -0700)]
#3013 support connect PostgreSQL via unix socket

8 years agoFix #3314: Cannot edit release with tag name contains slash (#3434)
Thibault Meyer [Thu, 11 Aug 2016 20:45:42 +0000 (22:45 +0200)]
Fix #3314: Cannot edit release with tag name contains slash (#3434)

8 years agoUpdate glide.lock and .gopmfile [CI SKIP]
Unknwon [Thu, 11 Aug 2016 18:51:12 +0000 (11:51 -0700)]
Update glide.lock and .gopmfile [CI SKIP]

8 years agoAdd MaxRepoCreation to EditUser API (#2781)
Robin Lambertz [Thu, 11 Aug 2016 18:49:31 +0000 (20:49 +0200)]
Add MaxRepoCreation to EditUser API (#2781)

8 years ago#2780 code clean up
Unknwon [Thu, 11 Aug 2016 18:35:46 +0000 (11:35 -0700)]
#2780 code clean up

8 years agoAdd AddCollaborator API Endpoint (#2780)
Robin Lambertz [Thu, 11 Aug 2016 18:23:25 +0000 (20:23 +0200)]
Add AddCollaborator API Endpoint (#2780)

* Add AddCollaborator API Endpoint

* Add optional Permission to AddCollaborator endpoint

* Use APIContext

8 years ago#3233 code cleanup and minor issue fix
Unknwon [Thu, 11 Aug 2016 17:53:51 +0000 (10:53 -0700)]
#3233 code cleanup and minor issue fix

8 years agoWiki mirroring implementation (#3233)
Andrew [Thu, 11 Aug 2016 17:18:51 +0000 (00:18 +0700)]
Wiki mirroring implementation (#3233)

* Implement wiki mirroring, add Update mirrors operation to admin dashboard

* bindata.go update after merge

* Implement checking Git repo endpoint existence, support for BB included

* Remove admin dashboard operation
Fix bindata.go

* Apply gofmt to repo model file

* Try to remove bindata from PR

* Revert accepted wiki names change in favor of better system

* Remove unused imports

8 years agoAlways set redirect_to on header-provided sign-in (#3435)
Sandro Santilli [Thu, 11 Aug 2016 17:14:39 +0000 (19:14 +0200)]
Always set redirect_to on header-provided sign-in (#3435)

This is an attempt to fix #3089 following the strategy introduced
in d625e41c6c4d40fadbeaf99dd97e77aa0c9085ae, although that strategy
by itself does not seem to be sufficient.

What needs be done is honouring the redirect_url query parameter
from the auth router.

8 years ago#3408 minor code fix
Unknwon [Thu, 11 Aug 2016 14:41:01 +0000 (07:41 -0700)]
#3408 minor code fix

8 years agoDo not show the "Sign up for free" button in issue tracker (#3408)
Sandro Santilli [Thu, 11 Aug 2016 14:36:23 +0000 (16:36 +0200)]
Do not show the "Sign up for free" button in issue tracker (#3408)

* Do not show the "Sign up for free" button in issue tracker

The "Sign in to comment" link is good enough and will correctly
show or not show the "Sign Up" button link for those not having
an account already.

Fixes #3407 (link to nowhere when registration is disabled)

* Move html from translation to template

* Remove extra space in `{{ .SignInLink }}`.

8 years agoFix only user has repo write access can comment
Unknwon [Thu, 11 Aug 2016 13:22:56 +0000 (06:22 -0700)]
Fix only user has repo write access can comment

8 years ago#3279 use doer email for FROM field of issues
Unknwon [Thu, 11 Aug 2016 13:17:45 +0000 (06:17 -0700)]
#3279 use doer email for FROM field of issues

8 years agoFix typo CacheInternal -> CacheInterval (#3432)
Thibault Meyer [Thu, 11 Aug 2016 12:59:11 +0000 (14:59 +0200)]
Fix typo CacheInternal -> CacheInterval (#3432)

8 years agoAdd "support" for git-daemon-export-ok (#2940) (#3046)
Kim Carlbäcker [Thu, 11 Aug 2016 03:08:09 +0000 (05:08 +0200)]
Add "support" for git-daemon-export-ok (#2940) (#3046)

* add git-daemon-export-ok "support"

* Slight fix to git-daemon-export-ok

* Add error-checking for git-demon-export-ok

* Remove old comments and fixed logging-issues

* Check if git-daemon-export-ok exists or not

8 years agoUpdate glide.lock and .gopmfile [CI SKIP]
Unknwon [Wed, 10 Aug 2016 18:57:53 +0000 (11:57 -0700)]
Update glide.lock and .gopmfile [CI SKIP]

8 years agoUpdate locales [CI SKIP]
Unknwon [Wed, 10 Aug 2016 18:54:52 +0000 (11:54 -0700)]
Update locales [CI SKIP]

8 years agoAdd test pull request task on merging a PR. Fixes #3396 (#3425)
lstahlman [Wed, 10 Aug 2016 18:38:44 +0000 (11:38 -0700)]
Add test pull request task on merging a PR. Fixes #3396 (#3425)

8 years agoFix #3420: Bad commit URL generation (#3424)
Thibault Meyer [Wed, 10 Aug 2016 18:35:06 +0000 (20:35 +0200)]
Fix #3420: Bad commit URL generation (#3424)

8 years agoVerify list len before use it with IN (#3423)
Thibault Meyer [Wed, 10 Aug 2016 18:06:51 +0000 (20:06 +0200)]
Verify list len before use it with IN (#3423)

8 years ago#3091 show Git configs on admin panel
Unknwon [Wed, 10 Aug 2016 18:01:42 +0000 (11:01 -0700)]
#3091 show Git configs on admin panel

8 years agoUpdate bindata.go [CI SKIP]
Unknwon [Wed, 10 Aug 2016 06:58:15 +0000 (23:58 -0700)]
Update bindata.go [CI SKIP]

8 years agoFeature #3398: Redefine global mirror interval (#3409)
Thibault Meyer [Wed, 10 Aug 2016 06:47:16 +0000 (08:47 +0200)]
Feature #3398: Redefine global mirror interval (#3409)

* add mirror::GLOBAL_INTERVAL on app.ini

* rename key to DEFAULT_INTERVAL

* add key on default app.ini + move code

8 years ago#3417 wrong dashboard issue count for create by you
Unknwon [Wed, 10 Aug 2016 06:19:52 +0000 (23:19 -0700)]
#3417 wrong dashboard issue count for create by you

8 years agoUpdate cron revision [CI SKIP]
Unknwon [Wed, 10 Aug 2016 05:02:51 +0000 (22:02 -0700)]
Update cron revision [CI SKIP]

8 years agoAdd committer information to API and Webhooks. Also fixes #3271 (#3414)
lstahlman [Wed, 10 Aug 2016 05:01:57 +0000 (22:01 -0700)]
Add committer information to API and Webhooks. Also fixes #3271 (#3414)

8 years ago#2907 Add commit timestamp to webhook
Unknwon [Wed, 10 Aug 2016 01:28:06 +0000 (18:28 -0700)]
#2907 Add commit timestamp to webhook

8 years ago#3158 skip RUN_USER check on Windows
Unknwon [Wed, 10 Aug 2016 00:41:18 +0000 (17:41 -0700)]
#3158 skip RUN_USER check on Windows

8 years ago#3091 add config option for Git GC
Unknwon [Wed, 10 Aug 2016 00:24:32 +0000 (17:24 -0700)]
#3091 add config option for Git GC

8 years ago#3007 update git-module require version
Unknwon [Wed, 10 Aug 2016 00:15:48 +0000 (17:15 -0700)]
#3007 update git-module require version

8 years agoChange LICENSE copyright holder name [CI SKIP]
Unknwon [Tue, 9 Aug 2016 20:05:15 +0000 (13:05 -0700)]
Change LICENSE copyright holder name [CI SKIP]

8 years agoLittle code refactoring
Unknwon [Tue, 9 Aug 2016 19:56:00 +0000 (12:56 -0700)]
Little code refactoring

8 years agoRender the Code view on the server (minus syntax highlighting) (#2942)
Rory McNamara [Tue, 9 Aug 2016 19:35:20 +0000 (20:35 +0100)]
Render the Code view on the server (minus syntax highlighting) (#2942)

* render code view server side

* remove debug print

* fix multiline selection bug

* change string concatenation to bytes.Buffer for efficiency

* Fix newlines added by previous for hljs

* fix selection highlighting

* make css changes in .less

8 years ago#3325 use correct word for .gitignore
Unknwon [Tue, 9 Aug 2016 19:16:21 +0000 (12:16 -0700)]
#3325 use correct word for .gitignore

8 years agoFix for #3410 overall issues for organisations is limited to num_repos from the user...
lstahlman [Tue, 9 Aug 2016 17:00:42 +0000 (10:00 -0700)]
Fix for #3410 overall issues for organisations is limited to num_repos from the user (#3412)

8 years ago#3406 fix regression of MustEnableIssues check
Unknwon [Tue, 9 Aug 2016 16:39:55 +0000 (09:39 -0700)]
#3406 fix regression of MustEnableIssues check

8 years agoAdjust .codebeatsettings
Unknwon [Tue, 9 Aug 2016 06:26:10 +0000 (23:26 -0700)]
Adjust .codebeatsettings

8 years agoFix for #3401 Links of pull request comment email should use pulls URL (#3403)
lstahlman [Tue, 9 Aug 2016 05:40:05 +0000 (22:40 -0700)]
Fix for #3401 Links of pull request comment email should use pulls URL (#3403)

8 years agoAdd codebeat files
Unknwon [Tue, 9 Aug 2016 03:03:46 +0000 (20:03 -0700)]
Add codebeat files

8 years ago#3399 500 for upstream pulls page if user has forked repository
Unknwon [Mon, 8 Aug 2016 20:02:55 +0000 (13:02 -0700)]
#3399 500 for upstream pulls page if user has forked repository

8 years agoFix 404 when comment on pulls and not using interal issue tracker
Unknwon [Mon, 8 Aug 2016 18:29:50 +0000 (11:29 -0700)]
Fix 404 when comment on pulls and not using interal issue tracker

8 years ago#2825 early response 200 when ?go-get=1
Unknwon [Sun, 7 Aug 2016 21:29:16 +0000 (14:29 -0700)]
#2825 early response 200 when ?go-get=1

8 years agoUpdate glide.lock and .gopmfile
Unknwon [Sun, 7 Aug 2016 18:05:19 +0000 (11:05 -0700)]
Update glide.lock and .gopmfile

8 years ago#3320 code cleanup
Unknwon [Sun, 7 Aug 2016 18:01:47 +0000 (11:01 -0700)]
#3320 code cleanup

8 years agoAdd support for federated avatars (#3320)
Sandro Santilli [Sun, 7 Aug 2016 17:27:38 +0000 (19:27 +0200)]
Add support for federated avatars (#3320)

* Add support for federated avatars

Fixes #3105

Removes avatar fetching duplication code
Adds an "Enable Federated Avatar" checkbox in user settings
(defaults to unchecked)

Moves avatar settings all in the same form, making
local and remote avatars mutually exclusive

Renames UploadAvatarForm to AvatarForm
as it's not anymore only for uploading

* Run gofmt on all modified files

* Move Avatar form in its own page

* Add go-libravatar dependency to vendor/ dir

Hopefully helps with accepting the contribution.
See also #3214

* Revert "Add go-libravatar dependency to vendor/ dir"

This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82.

* Make federated avatar setting a global configuration

Removes the per-user setting

* Move avatar handling back to base tool, disable federated avatar in offline mode

* Format, handle error

* Properly set fallback host

* Use unsupported github.com mirror for importing go-libravatar

* Remove comment showing life exists outside of github.com

... pity, but contribution would not be accepted otherwise

* Use Combo for Get and Post methods over /avatar

* FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR

* Fix persistance of federated avatar lookup checkbox at install time

* Federated Avatars -> Enable Federated Avatars

* Use len(string) == 0 instead of string == ""

* Move import line where it belong

See
https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md

Pity the import url is still the unofficial one, but oh well...

* Save a line (and waste much more expensive time)

* Remove redundant parens

* Remove an empty line

* Remove empty lines

* Reorder lines to make diff smaller

* Remove another newline

Unknwon review got me start a fight against newlines

* Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE

On re-reading the diff I figured what Unknwon meant here:
https://github.com/gogits/gogs/pull/3320/files#r73741106

* Remove newlines that weren't there before my intervention

8 years ago#3393 fix missing sub-url prefix in relative avatar link
Unknwon [Sun, 7 Aug 2016 17:13:05 +0000 (10:13 -0700)]
#3393 fix missing sub-url prefix in relative avatar link

8 years agoImprove diff highlight (#3390)
Andrey Nering [Sun, 7 Aug 2016 16:49:47 +0000 (13:49 -0300)]
Improve diff highlight (#3390)

- Try to reduce memory allocations
- Add possibility to disable diff highlight (can improve performance for large diffs)
- Tweaking with cost for prettier (cleaner) diffs
- Do not calculate diff when the number of removed lines in a block is not equal to the number of added lines (this usually resulted in ugly diffs)

8 years agoOnly do go vet on this codebase
Unknwon [Sat, 6 Aug 2016 18:20:10 +0000 (11:20 -0700)]
Only do go vet on this codebase

8 years agoUpdate .gitattributes
Unknwon [Sat, 6 Aug 2016 17:36:40 +0000 (10:36 -0700)]
Update .gitattributes

8 years agoFix #3315: Release dont use tag creation date (#3374)
Thibault Meyer [Sat, 6 Aug 2016 17:02:15 +0000 (19:02 +0200)]
Fix #3315: Release dont use tag creation date (#3374)

* Fix #3315: Release dont use tag creation date

* Simplify code and apply gofmt

* remove useless block (ctx.Repo.GitRepo.GetTag) on EditReleasePost

* apply gofmt on modified files

8 years ago#2593 allow render raw content
Unknwon [Sat, 6 Aug 2016 01:34:13 +0000 (18:34 -0700)]
#2593 allow render raw content

Use URL query parameter render=1 to render content in raw mode.

8 years agoReplace gogs.io http links with https version (#3386)
rugk [Sat, 6 Aug 2016 00:35:40 +0000 (02:35 +0200)]
Replace gogs.io http links with https version (#3386)

8 years agoIgnore repository with issue disabled or use external tracker in dashboard issues
Unknwon [Fri, 5 Aug 2016 19:46:26 +0000 (12:46 -0700)]
Ignore repository with issue disabled or use external tracker in dashboard issues

8 years ago#3348 always use relative avatar link in the template
Unknwon [Fri, 5 Aug 2016 19:12:54 +0000 (12:12 -0700)]
#3348 always use relative avatar link in the template

8 years agorouters/api: rename handlers to be unexported
Unknwon [Fri, 5 Aug 2016 00:08:01 +0000 (17:08 -0700)]
routers/api: rename handlers to be unexported

8 years ago#2162 completely disable builtin issue tracker when enable external tracker
Unknwon [Thu, 4 Aug 2016 23:32:02 +0000 (16:32 -0700)]
#2162 completely disable builtin issue tracker when enable external tracker

8 years agoUpdate locales [CI SKIP]
Unknwon [Wed, 3 Aug 2016 19:24:53 +0000 (12:24 -0700)]
Update locales [CI SKIP]

8 years agoUpdate .gopmfile and glide.lock
Unknwon [Wed, 3 Aug 2016 19:12:33 +0000 (12:12 -0700)]
Update .gopmfile and glide.lock

8 years ago#3290 better code structure and batch minor improvements
Unknwon [Wed, 3 Aug 2016 18:51:22 +0000 (11:51 -0700)]
#3290 better code structure and batch minor improvements

8 years agoAdditional API support for labels (#3290)
lstahlman [Wed, 3 Aug 2016 16:24:16 +0000 (09:24 -0700)]
Additional API support for labels (#3290)

* Add API support for labels.

* Error handling for adding/replacing multiple issue labels

* Revisions to function names and error handling. Use issue.ClearLabels in replace/clear functions

* Additional code cleanup

8 years agoLighter icon colors for repo files (#3351)
silverwind [Wed, 3 Aug 2016 15:53:28 +0000 (17:53 +0200)]
Lighter icon colors for repo files (#3351)

* Lighter icon colors for repo files

* also color submodule icon

8 years ago#2162 improve repository advance options UI display
Unknwon [Sat, 30 Jul 2016 17:26:43 +0000 (01:26 +0800)]
#2162 improve repository advance options UI display

Enable/disable input based on user chosen options for wiki and issue tracker.

8 years ago#3345 dump content directly to HTTP ResponseWriter
Unknwon [Sat, 30 Jul 2016 15:39:58 +0000 (23:39 +0800)]
#3345 dump content directly to HTTP ResponseWriter

8 years agoDiff patch (#3345)
Dennis Chen [Sat, 30 Jul 2016 15:02:22 +0000 (11:02 -0400)]
Diff patch (#3345)

* Add support for .diff and .patch

Add the ability to get text-diff and format-patch by adding .diff or
.patch in the end of a commit url. Issue #2641

* models: git_diff: various fixes

* Renames commitId to commitID.
* Writes stderr to a bytes.Buffer and displays proper error message on
command failure.
* Various style changes.

Signed-off-by: Dennis Chen <barracks510@gmail.com>
8 years agoUpdate locales
Unknwon [Sat, 30 Jul 2016 14:28:23 +0000 (22:28 +0800)]
Update locales

8 years agoFix of template error in "/:owner/:repo/pulls" (#3343)
Okunev Yu Dmitry [Fri, 29 Jul 2016 14:59:38 +0000 (17:59 +0300)]
Fix of template error in "/:owner/:repo/pulls" (#3343)

If anonymous (not signed in user) requests page
"/:owner/:repo/pulls" he gets an error:

  template: repo/issue/list:11:105: executing "repo/issue/list" at <.PullRequestCtx.Base...>: nil pointer evaluating *models.Repository.Link

This commit fixes that.

Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>
8 years agoUpdate glide.lock
Unknwon [Thu, 28 Jul 2016 03:00:14 +0000 (11:00 +0800)]
Update glide.lock

8 years agoMinor fix for pull request template [CI SKIP]
Unknwon [Thu, 28 Jul 2016 02:54:52 +0000 (10:54 +0800)]
Minor fix for pull request template [CI SKIP]

8 years agomodels/release: Update Sha1 if tag already exists (#3331)
마누엘 [Thu, 28 Jul 2016 02:45:35 +0000 (04:45 +0200)]
models/release: Update Sha1 if tag already exists (#3331)

Since the release struct is initialized with the current `HEAD` of the
current `release.Target` the commit id has to be updated if the tag
commit already exists. Otherwise the linked commit on the release page
will target the current `HEAD` at release time.

8 years agoUpdate GitHub templates
Unknwon [Thu, 28 Jul 2016 02:36:26 +0000 (10:36 +0800)]
Update GitHub templates

8 years agorouters/repo/release: Use correct branch reference (#3330)
마누엘 [Wed, 27 Jul 2016 08:57:32 +0000 (10:57 +0200)]
routers/repo/release: Use correct branch reference (#3330)

When calculating the current behind commit count the calculation should
use the current release target to get the total commit count. Should the
release target not exist anymore the calculation will return zero for
the newest release on that target. Older releases on that target will then
use that calculated commit count as reference.

The only use case that is now somehow invalid is when the release target
was merged / deleted after a tag on that release target:

    master 1 - - - - - - - 6
            \             /
    branch   2 - 3 - 4 - 5

When `4` is the last tag on branch `branch` and the branch `branch` is not
yet deleted the calculated numbers would be:

    1 commits to branch since this release

Now if the branch `branch` gets deleted the calculation function will not
find the branch and use the commit count of the newest release (`4`) as
reference resulting in:

    0 commit to branch since this release

This fixes #3326

8 years agoAdded Full Name to CreateUser api call (#3333)
Richard Mahn [Tue, 26 Jul 2016 18:43:06 +0000 (12:43 -0600)]
Added Full Name to CreateUser api call (#3333)

8 years agorouters/repo/issue: remove redundant format string
Unknwon [Tue, 26 Jul 2016 10:42:18 +0000 (18:42 +0800)]
routers/repo/issue: remove redundant format string

8 years ago#3327 fix wrong table name in Join
Unknwon [Tue, 26 Jul 2016 10:40:20 +0000 (18:40 +0800)]
#3327 fix wrong table name in Join

8 years ago#3281 fix x.Iterate returns nothing inside session scope with SQLite3
Unknwon [Tue, 26 Jul 2016 09:26:48 +0000 (17:26 +0800)]
#3281 fix x.Iterate returns nothing inside session scope with SQLite3

8 years agomodels/ssh_key: code cleaning
Unknwon [Tue, 26 Jul 2016 02:47:25 +0000 (10:47 +0800)]
models/ssh_key: code cleaning

8 years agoFix issue event octicon CSS
Unknwon [Mon, 25 Jul 2016 18:56:07 +0000 (02:56 +0800)]
Fix issue event octicon CSS

8 years ago#1601 support delete issue comment
Unknwon [Mon, 25 Jul 2016 18:48:17 +0000 (02:48 +0800)]
#1601 support delete issue comment

8 years agorepo/settings/options: take naming style examples out of locale string
Unknwon [Mon, 25 Jul 2016 08:55:51 +0000 (16:55 +0800)]
repo/settings/options: take naming style examples out of locale string