- 25 Jan, 2016 4 commits
-
-
Jacob Schatz authored
Main search input has different styles than secondary search inputs.
-
Jacob Schatz authored
-
Jacob Schatz authored
-
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.
-
- 24 Jan, 2016 17 commits
-
-
Achilleas Pipinellis authored
Add note on artifacts browser functionality Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/12634#note_3359006 See merge request !2586
-
Achilleas Pipinellis authored
Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/12634#note_3359006 [ci skip]
-
Achilleas Pipinellis authored
Move supported omniauth providers to the top See merge request !2585
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Move all integration docs images in a single directory See merge request !2584
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Refactor system_hooks API documentation See merge request !2475
-
Achilleas Pipinellis authored
Refactor namespaces API documentation See merge request !2472
-
Achilleas Pipinellis authored
Refactor README API documentation ~~Waiting for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2435 to be merged.~~ See merge request !2476
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Refactor settings API documentation See merge request !2474
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Refactor labels API documentation See merge request !2471
-
Achilleas Pipinellis authored
Refactor issues API documentation See merge request !2466
-
Achilleas Pipinellis authored
Refactor deploy_keys API documentation See merge request !2467
-
Achilleas Pipinellis authored
Refactor branches API documentation See merge request !2464
-
Robert Speicher authored
Don't vendor minified JS Fixes #4031 See merge request !2494
-
- 23 Jan, 2016 9 commits
-
-
Robert Speicher authored
Whitelist raw "abbr" elements when parsing Markdown See #12517. See merge request !2559
-
Kamil Trzciński authored
Forcefully install apt packages See merge request !2577
-
Kamil Trzcinski authored
-
Benedict Etzel authored
Closes #12517
-
Dmitriy Zaporozhets authored
Ignore binary files in code search to prevent Error 500 Leaving out the -I option in "git grep" would cause an Error 500 because the resulting line would include "Binary file X matches", which would cause the project search results to crash with the following error: ``` ActionView::Template::Error (wrong argument type nil (expected Regexp)): 1: - blob = @project.repository.parse_search_result(blob) 2: .blob-result 3: .file-holder 4: .file-title app/models/repository.rb:742:in `sub' app/models/repository.rb:742:in `block in parse_search_result_from_grep' app/models/repository.rb:741:in `each_line' app/models/repository.rb:741:in `parse_search_result_from_grep' app/models/repository.rb:682:in `parse_search_result' app/views/search/results/_blob.html.haml:1:in `_app_views_search_results__blob_html_haml__1959871337755590783_162450160' app/views/search/_results.html.haml:20:in `_app_views_search__results_html_haml__2198486911700532411_58329920' app/views/search/show.html.haml:7:in `_app_views_search_show_html_haml___1698304427272645201_62235300' ``` See merge request !2565
-
Achilleas Pipinellis authored
Make git gc man page more apparent See merge request !2557
-
Jacob Schatz authored
Remove gray background from issue/mr/milestone background Fixes #6062 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @skyruler @creamzy See merge request !2573
-
Jacob Schatz authored
Fix UI for pages with panels Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @skyruler @creamzy Fixes #12633 See merge request !2571
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 22 Jan, 2016 10 commits
-
-
Achilleas Pipinellis authored
Minor spelling, prob typo See merge request !2564
-
Achilleas Pipinellis authored
Name more OmniAuth providers in the general readme. See merge request !2566
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Don't use production section for Gemfile Related to !2485 See merge request !2570
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kamil Trzciński authored
Speed-up docker based builds This adds: - Bundler cache - APT cache - PhantomJS cache It should reduce the time needed for container to prepare docker-based build environment. See merge request !2567
-
Dmitriy Zaporozhets authored
Provide a link for fetching merge requests from command line instructions Closes #2239 See merge request !2540
-
Robert Speicher authored
Make deleted line background color for Solarized Dark a little darker The difference is very slight, and I don't even _use_ Solarized Dark, but this annoyed me. See merge request !2563
-
Dmitriy Zaporozhets authored
Backport some changes from EE See merge request !2548
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-