- 25 Jan, 2016 12 commits
-
-
-
Jacob Schatz authored
Adds base64 background search icon. 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`. A text and icon placeholder in the center of the input that disappears when typed is only possible with javascript. If you just want the icon or just the text it can be done with css alone. If you want the icon/text justified left, then the search magnifier does not have to disappear. Fixes #11870 cc @skyruler @creamzy ![searchinput](/uploads/136ab91d4ff9ce717979d0ce1a23ab03/searchinput.gif) See merge request !2546
-
Valery Sizov authored
Rails updated to 4.2.5 I hope it'll fix weird spec failing (according to https://github.com/rails/rails/pull/22383) @dzaporozhets @yorickpeterse See merge request !2591
-
Kamil Trzciński authored
Install unzip in build environment [ci skip] See merge request !2593
-
Kamil Trzcinski authored
-
Douwe Maan authored
Update gitlab_git & use new method for counting branches Corresponding gitlab_git merge request detailing some of the rationale behind this: https://gitlab.com/gitlab-org/gitlab_git/merge_requests/62 Fixes #12418 See merge request !2535
-
Valery Sizov authored
-
Jacob Schatz authored
Only top search is gray.
-
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 2 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
-