1. 24 Jun, 2014 6 commits
    • Dmitriy Zaporozhets's avatar
      Merge branch 'issues-filter-by-description' into 'master' · d52df8e7
      Dmitriy Zaporozhets authored
      Issues filter by description
      
      In Issues section of any project there is a filter box, which by default says 'Filter by title or description' - so this behaviour is desired. But in fact only filter by title works and filter by description DOESN'T work. This fix adds description fitlering.
      d52df8e7
    • Dmitriy Zaporozhets's avatar
      Merge branch 'patch-2' into 'master' · ddd8f707
      Dmitriy Zaporozhets authored
      Add autofocus and tabindex to newGroup.
      
      Hi,
      I've increase accessibility with a autofocus and tabindex on the new group view (like new project).
      ddd8f707
    • Dmitriy Zaporozhets's avatar
      Merge branch 'bugfix/303/dashboard_feed_ids' into 'master' · 5c23bb11
      Dmitriy Zaporozhets authored
      Move Event Helper To Use Project-level IDs Instead of Global IDs
      
      This MR fixes issue #303 by updating app/helpers/event_helper.rb to use project-level IDs within the event title as opposed to global IDs (i.e. use target_iid instead of target_id).
      
      This ties the issue and merge request numbers on the feed together with the numbers used throughout the rest of the site.
      5c23bb11
    • Dmitriy Zaporozhets's avatar
      Merge branch 'update-repository-size-during-import' into 'master' · 3d98c1ea
      Dmitriy Zaporozhets authored
      Update repository size during import
      
      What does this MR do?
      Update the repository size during the import
      
      Are there points in the code the reviewer needs to double check?
      Unknown.
      
      Why was this MR needed?
      Sometimes there could be an import without getting any pushes all the time or for a long time. The size is only recalculated on a push.
      3d98c1ea
    • Dmitriy Zaporozhets's avatar
      Merge branch 'ssh-key-title-fix' into 'master' · 971101b7
      Dmitriy Zaporozhets authored
      Title fix for new SSH Key
      
      What does this MR do?
      Wait until the user "finished" his input in the key field (focus lost) before copying the mail part to the title.
      
      Are there points in the code the reviewer needs to double check?
      No.
      
      Why was this MR needed?
      It is annoying that the title is updated while typing and never changed any more.
      
      See #335
      971101b7
    • Dmitriy Zaporozhets's avatar
      Merge branch 'doc/ruby_version_install' into 'master' · eadaa300
      Dmitriy Zaporozhets authored
      Update ruby version for manual installation to 2.1.2
      
      **What does this MR do?**
      
      Updates ruby version from 2.0 to 2.1.2
      
      **Why was this MR needed?**
      
      GitLab dropped support for ruby 1.9.3 and recommends 2.1 therefore docs need update.
      
      **What are the relevant issue numbers?**
      
      #360, #362
      
      /cc @sytse
      eadaa300
  2. 23 Jun, 2014 19 commits
  3. 22 Jun, 2014 2 commits
  4. 20 Jun, 2014 11 commits
  5. 19 Jun, 2014 2 commits