1. 26 1月, 2016 3 次提交
  2. 25 1月, 2016 19 次提交
  3. 24 1月, 2016 6 次提交
    • R
      Merge branch 'rs-no-minified-js' · d6682663
      Robert Speicher 提交于
      Don't vendor minified JS
      
      Fixes #4031
      
      See merge request !2494
      d6682663
    • R
      Merge branch 'raw_abbr' into 'master' · 5409fc49
      Robert Speicher 提交于
      Whitelist raw "abbr" elements when parsing Markdown
      
      See #12517.
      
      See merge request !2559
      5409fc49
    • K
      Merge branch 'forcefully-install-apt-packages' into 'master' · 3ef59c8d
      Kamil Trzciński 提交于
      Forcefully install apt packages
      
      
      
      See merge request !2577
      3ef59c8d
    • K
      Forcefully install apt packages · 2c28c11d
      Kamil Trzcinski 提交于
      2c28c11d
    • B
      Whitelist raw "abbr" elements when parsing Markdown · 6435f78a
      Benedict Etzel 提交于
      Closes #12517
      6435f78a
    • D
      Merge branch 'ignore-binary-files-in-git-grep' into 'master' · dc78ee4e
      Dmitriy Zaporozhets 提交于
      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
      dc78ee4e
  4. 23 1月, 2016 12 次提交