Commit Graph

1593 Commits (57d48fb6a2fb34f5da1aa702c33bc9c268e29f71)
 

Author SHA1 Message Date
Unknwon 755eec745f Finish new repo settings page
Unknwon 669552e255 Fix
Unknwon 17d2675dd2 Fix
Unknwon b95e78f7e6 Mirro fix on PR
无闻 568c9b353e Merge pull request from nuss-justin/issue/281
Fix . Add mouse-over precise time and on-click switch listener.
Unknwon dabf5b057c Finish new migrate page
Unknwon 7bbf644dd5 Convert captcha, cache, csrf as middlewares
Unknwon 3428baa3b5 Mirror fix on template
无闻 78672b9227 Merge pull request from gogits/revert-335-patch-1
Revert "actually use SshPort variable"
无闻 8453ffb7ed Revert "actually use SshPort variable"
无闻 645c194a00 Merge pull request from adelq/responsive-layouts
Avoid using fixed width in CSS for layouts
Adel Qalieh d4cbbc864a Avoid using fixed width in CSS for layouts
无闻 b1185e121f Merge pull request from taziden/patch-1
actually use SshPort variable
taziden febaddfd1d actually use SshPort variable
SshPort is defined (SSH_PORT) but the value is not actually used (just compared to default port 22).
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
Unknwon 5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
无闻 02a81ddb62 Merge pull request from acusti/dev
Styling plus a couple small fixes for issue attachments (& misc cleanup)
无闻 27a51f5bcc Merge pull request from nuss-justin/dev
Use :index instead of :issue in UpdateIssueMilestone
Justin Nuß 91480f3791 Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281
Conflicts:
	modules/base/tool.go
Justin Nuß 7de3dd01de Use :index instead of :issue in UpdateIssueMilestone
Unknwon 35c75f06a0 Fix test case
Unknwon 545d320648 Docs fix
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknwon 3f38ff6c09 Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	templates/status/500.tmpl
Unknwon 8dd07c0ddd New UI merge in progress
无闻 76f7ad45e6 Merge pull request from ciarand/feature/update-docs
Update the Docker instructions in the README
无闻 872590d8b5 Merge pull request from ciarand/reword-language-on-error-pages
Reword the language on the error page templates
Ciaran Downey 7921e60f30 Change "an error is occurred" to "has occurred"
Ciaran Downey 0db84e4f63 Update the Docker instructions in the README
无闻 0a739cf9ac Merge pull request from nuss-justin/dev
Remove 'None yet' message when adding first label to issue.
无闻 3e23241f58 Merge pull request from ciarand/dev
Update the Docker build's Go source and version
Andrew Patton 6407caa761 Semicolons for consistency ;);
Andrew Patton ef8eef7519 Trivial cleanup
using `event.preventDefault` instead of `return false` for being more
explicit
Andrew Patton 71cefc95ab Use console.log instead of breakpoint
Andrew Patton 957361d755 Fix typos
Andrew Patton cd369b667f Fix “Submitting” state of Close issue input
If .btn-default isn’t removed, .btn-default and .btn-warning styles
conflict
Andrew Patton ef430ae7ab Small whitespace cleanup
Andrew Patton a447aecd95 Fix for erroneous Submitting mode on button
Click handler was also attaching to “Select Attachments” button, so
modified selector to grab #issue-reply-btn by ID and submit button
Ciaran Downey aea2b54c99 Use the official Go source, follow redirects
Ciaran Downey cf3021ecca Add the set -e option to dockerfiles/build.sh
Andrew Patton c084a5ba73 Style finesse for “Attachments:” list in issues
Make `#attached-list` attachment labels wrap, make spacing more
consistent, add hover stats to `.attachment-remove` icon, adjust
padding of labels to compensate for `.attachment-remove` icon
无闻 5ed5912ef5 Merge pull request from nuss-justin/feature/keep-text
Save comment/issue drafts in sessionStorage.
Justin Nuß 09cb8c67cb Save comment/issue drafts in sessionStorage.
Justin Nuß a03a1e87e9 Remove 'None yet' message when adding first label to issue.
无闻 aad91d4b21 Merge pull request from nuss-justin/issue/318
Fix . Issues attachments: allow Select Attachments to append files
Justin Nuß f0da8a68c2 Remove debug comment.
Justin Nuß 12fb42de5a Fix IE bug and show errors.
Justin Nuß 4e2477a1a5 Fix . Switch to JS(ON) implementation for issue/comment creation.
Justin Nuß f7617997ce Ignore EOF error when parsing form.
无闻 204ef41b09 Merge pull request from nuss-justin/issue/321
Fix . Allow empty comments as long as there are attachments.