- 04 Aug, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 01 Aug, 2016 1 commit
-
-
zs authored
Provide more sensible default sort order for issues and merge requests based on the following table: | type | state | default sort order | |----------------|--------|--------------------| | issues | open | last created | | issues | closed | last updated | | issues | all | last created | | merge requests | open | last created | | merge requests | merged | last updated | | merge requests | closed | last updated | | merge requests | all | last created |
-
- 06 Jul, 2016 1 commit
-
-
Douwe Maan authored
-
- 22 Jun, 2016 1 commit
-
-
connorshea authored
Hamlit is a library that's faster than Haml while implementing most of its features: https://github.com/k0kubun/hamlit Not sure if this breaks anything, but as far as I can tell most things work the same. No obvious regressions that I've been able to find.
-
- 20 Jun, 2016 1 commit
-
-
Paco Guzman authored
-
- 18 Jun, 2016 1 commit
-
-
Phil Hughes authored
Removes un-used method Fixes other Ruby issues
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 24 May, 2016 1 commit
-
-
Phil Hughes authored
-
- 23 May, 2016 1 commit
-
-
Robert Speicher authored
-
- 16 May, 2016 4 commits
-
-
Phil Hughes authored
Fixed issue with issuable checkboxs not being init'd
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both.
-
- 04 May, 2016 2 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
- 15 Apr, 2016 1 commit
-
-
Arinde Eniola authored
-
- 07 Apr, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 17 Mar, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 16 Mar, 2016 1 commit
-
-
Phil Hughes authored
[ci skip]
-
- 10 Mar, 2016 5 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Fixed failing tests
-
Phil Hughes authored
Unified the 'edited text' to be the same in descriptions and comments Closes #5538
-
- 09 Mar, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 03 Mar, 2016 1 commit
-
-
nico de ceulaer authored
-
- 19 Feb, 2016 3 commits
-
-
Rubén Dávila authored
* Now it's only created when user choose to create a MR and logic to hide it is handled by https://gitlab.com/gitlab-org/gitlab-ce/blob/50595af7b0e304f16e2955109abd2d25cd96efda/app/helpers/application_helper.rb#L139
-
Rubén Dávila authored
-
Rubén Dávila authored
-
- 15 Feb, 2016 1 commit
-
-
Rémy Coutable authored
1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter.
-
- 12 Feb, 2016 2 commits
-
-
Robert Speicher authored
-
Ben Boeckel authored
- Apply the RelativeLinkFilter filter to other formats, e.g., reStructuredText so links from the Files view or the Project view work - Remove the AsciidocPipeline pipeline Fixes #3533.
-
- 04 Feb, 2016 2 commits
-
-
Jacob Schatz authored
-
Jacob Schatz authored
-
- 28 Jan, 2016 2 commits
-
-
Jacob Schatz authored
-
Jacob Schatz authored
-
- 27 Jan, 2016 1 commit
-
-
Jacob Schatz authored
[WIP]
-
- 25 Jan, 2016 1 commit
-
-
Jacob Schatz authored
All inputs of type `search` will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with `[value=""]`. I added a little javascript to make sure each input always has it's own value.
-
- 13 Jan, 2016 1 commit
-
-
Robert Speicher authored
Now it returns the fully-formatted message so we can be consistent about how it's shown.
-