Commit Graph

1356 Commits (08c6d07aad65f45efd5bf9f50d9cda68f59c0e69)
 

Author SHA1 Message Date
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.
Justin Nuß dedb156d4a Fix . Allow empty comments as long as there are attachments.
无闻 30d7397f97 Merge pull request from nuss-justin/issue/312
Fix . Quote file names of attachments.
无闻 0f3414ec39 Merge pull request from nuss-justin/issue/313
Fix . Repair broken image extension detection regex.
无闻 2032080d86 Merge pull request from acusti/patch-2
Fix  (user not-logged in error)
Andrew Patton 8ccde45c5f Fix (user not-logged in error)
Justin eafa365453 Fix . Repair broken image extension detection regex.
Justin ad7beb78d0 Fix . Quote file names of attachments.
Justin Nuß 835e85b5ce Fix . Add mouse-over precise time and on-click switch listener.
无闻 c4eeb803e1 Merge pull request from nuss-justin/issue/303
Fix . Specify updated columns explicitly.
Justin Nuß 3e7e9ee289 Fix . Specify updated columns explicitly.
无闻 87855d42a0 Merge pull request from nuss-justin/trello/244
[Trello#244] Mention all members of team by mention team name
Justin Nuß 620c0ef297 Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244
Justin Nuß cbcd08aa17 Mention organisation users when organisation gets mentioned
Unknwon c20f5dc2ea Merge branch 'dev' of github.com:gogits/gogs into dev
Unknwon a41a1fe60d Mirror fix
无闻 da0240aacd Merge pull request from nuss-justin/feature/attachments
Feature: Ability to attach files to issues (attachments)
Justin Nuß 9a7349ce64 Change Attachment.Path to TEXT (no maximum size)
Justin Nuß 4d702eb345 Allow disabling uploads
Justin Nuß 9df99681fb Update default config with comments
Justin Nuß bfe5b86004 Add file upload for attachments
无闻 3db84c8893 Merge pull request from nuss-justin/dev
Fix double decrement of issue counter
Justin Nuß 70b0023b82 Fix double decrement of issue counter
Justin Nuß 43e5de7f83 Show attachments in issues/comments and add preview for images
Justin Nuß fa1db64ff0 Add files/ directory to .gitignore
Justin Nuß ef1cbcd761 Allow admins to delete attachments.
Justin Nuß 1129f756c8 Fix missing . (dot) in issue templates
Justin Nuß 967856f36e Merge branch 'dev' into feature/attachments
Conflicts:
	models/issue.go
	routers/repo/issue.go
无闻 a76a948a02 Merge pull request from nuss-justin/feature/commit-issue-fix
Fix . Show referencing commits in issue.
Justin Nuß d43c5895bc Update template and style, only close commit if commit is in same repository
Justin Nuß 3c025b3950 Add delete route for attachments, remove upload buttons from issues/comments
Justin Nuß 34304e6a0c WIP: Allow attachments for issues, not only comments
Justin Nuß 4617bef895 WIP: Allow attachments for comments
Justin Nuß c850c01007 Update closed issues stats for repository
Justin Nuß 469cbc8813 Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages
无闻 6e9f1c52b1 Merge pull request from nuss-justin/bugfix/milestone-counter
Update milestone issue stats when reopening/closing issue