summaryrefslogtreecommitdiff
path: root/app/views/issues
Commit message (Collapse)AuthorAgeFilesLines
* Add more information into RSS fead for issuesAlexander Matyushentsev2016-06-131-1/+19
|
* Remove `issue_to_atom` helperrs-remove-issue_to_atomRobert Speicher2016-05-231-0/+14
|
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-2312-392/+0
|
* Use project.team over project.usersDmitriy Zaporozhets2013-06-182-3/+3
|
* Fix assign-to-me button align at issue formDmitriy Zaporozhets2013-06-101-2/+5
|
* Open the issue tag list on clickJohannes Schleifenbaum2013-06-091-0/+3
|
* Assign to me link on issue formDmitriy Zaporozhets2013-05-291-28/+32
|
* bring more usability to issues filtering. Block issues area on loading ↵Dmitriy Zaporozhets2013-05-082-52/+63
| | | | filtered results
* init filter linksDmitriy Zaporozhets2013-05-081-4/+4
|
* replace selectboxes with filtersDmitriy Zaporozhets2013-05-081-3/+52
|
* Include default labels in issues autocomplete etc. Show colored labels on ↵Dmitriy Zaporozhets2013-05-071-1/+1
| | | | issues show page
* add Gitlab::Label class and different color labels for default labels setDmitriy Zaporozhets2013-05-071-1/+1
|
* Remove 2000 char limit on issue description textareafalk2013-05-051-1/+1
|
* Merge pull request #3645 from lucasuyezu/alphabetically_sortedDmitriy Zaporozhets2013-05-021-1/+1
|\ | | | | Assignees are now sorted alphabetically.
| * Assignees are now sorted alphabetically.Lucas Uyezu2013-04-201-1/+1
| |
* | Replace inline document.ready with dispatcherDmitriy Zaporozhets2013-05-021-5/+0
|/
* Fix issues search overflow on low res.Dmitriy Zaporozhets2013-04-191-1/+1
|
* refactor Issues.js. Remove unused actions. Respect filters while searching ↵Dmitriy Zaporozhets2013-04-073-5/+8
| | | | for issue
* Refactoring & restyle pagination:Dmitriy Zaporozhets2013-04-063-34/+35
| | | | | | - remove admin kaminari theme. Use gitlab theme everywhere - use bootstrap styled for gitlab admin themes - dont reload page when change issue filter
* Redesign issues, mr listsDmitriy Zaporozhets2013-04-062-26/+31
|
* Remove user decoratorDmitriy Zaporozhets2013-04-041-1/+1
|
* new issue link from issue show pageDmitriy Zaporozhets2013-04-031-0/+3
|
* Group and team rss is valid nowDmitriy Zaporozhets2013-03-101-3/+2
|
* created-by-me filter for issues inside project. Fixed global project.issues ↵Dmitriy Zaporozhets2013-02-281-1/+4
| | | | order
* Fix issue edit button showupDmitriy Zaporozhets2013-02-261-2/+1
|
* Add close issue to note actions barDmitriy Zaporozhets2013-02-251-3/+10
|
* proper name for issue partialDmitriy Zaporozhets2013-02-252-2/+1
|
* States events fixedAndrew8xx82013-02-182-4/+4
|
* Issue uses StateMachine nowAndrew8xx82013-02-182-7/+7
|
* remove old alert messagesDmitriy Zaporozhets2013-01-301-1/+1
|
* replace right with pull-rightDmitriy Zaporozhets2013-01-306-11/+11
|
* refactor buttons pt2Dmitriy Zaporozhets2013-01-291-4/+4
|
* refactor buttons pt1Dmitriy Zaporozhets2013-01-292-5/+5
|
* Fix assign-to-me filter for project issuesDmitriy Zaporozhets2013-01-171-2/+2
|
* Merge branch 'master' into discussionsRiyad Preukschas2013-01-151-2/+3
|\
| * Improve wiki typographyDmitriy Zaporozhets2013-01-101-2/+3
| |
* | Merge commit 'master' into discussionsRiyad Preukschas2013-01-156-72/+78
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/assets/stylesheets/sections/notes.scss app/contexts/notes/load_context.rb app/models/project.rb app/observers/note_observer.rb app/roles/votes.rb app/views/commit/show.html.haml app/views/merge_requests/_show.html.haml app/views/merge_requests/diffs.js.haml app/views/merge_requests/show.js.haml app/views/notes/_note.html.haml features/steps/project/project_merge_requests.rb spec/models/note_spec.rb
| * a bit of restyling for issues and merge request listsDmitriy Zaporozhets2013-01-084-12/+10
| |
| * Green button when we create new item, blue when save or some primary actionDmitriy Zaporozhets2013-01-061-1/+1
| |
| * Remove unused styles. Restyled Issues a bitDmitriy Zaporozhets2013-01-052-42/+49
| |
| * Fixed styles, ProjectHook specs etcDmitriy Zaporozhets2013-01-051-1/+1
| |
| * use ui-box as for allDmitriy Zaporozhets2013-01-042-19/+20
| |
* | Merge branch 'master' into discussionsRiyad Preukschas2012-12-239-63/+54
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: app/assets/stylesheets/main.scss app/models/project.rb app/views/notes/_common_form.html.haml app/views/notes/_per_line_form.html.haml lib/gitlab/markdown.rb spec/models/note_spec.rb
| * Fix issue update.jsDmitriy Zaporozhets2012-12-201-0/+4
| |
| * show production.log, show only active milestone for issue filterDmitriy Zaporozhets2012-12-191-2/+2
| |
| * Cleanup after issues refactor and fix testDmitriy Zaporozhets2012-12-201-2/+0
| |
| * Refactor issues, Remove ajaxDmitriy Zaporozhets2012-12-197-49/+11
| |
| * Refactor css lists. Use well-list classDmitriy Zaporozhets2012-12-183-3/+3
| |
| * Labels autocompleteDmitriy Zaporozhets2012-12-181-0/+33
| |
| * Rework of milestonesDmitriy Zaporozhets2012-12-141-1/+1
| |