1. 02 11月, 2016 34 次提交
  2. 01 11月, 2016 6 次提交
    • T
      23545 Fix distorted project and group avatars · fb99a430
      tauriedavis 提交于
      fb99a430
    • A
      Fix spinach tests · 441948f4
      Annabel Dunstone Gray 提交于
      441948f4
    • A
      Update links in side nav and header · 4281daf3
      Annabel Dunstone Gray 提交于
      4281daf3
    • F
      Merge branch 'todos-empty-state' into 'master' · b58d7cea
      Fatih Acet 提交于
      New todos blank state
      
      ## What does this MR do?
      
      Updates the blank state on todos.
      
      ### Blank state when user has previously had todos
      
      ![Screen_Shot_2016-10-12_at_12.40.35](/uploads/17d9a5a409d12bce73147e3879d9d62d/Screen_Shot_2016-10-12_at_12.40.35.png)
      
      ### Fully empty blank state
      
      ![Screen_Shot_2016-10-12_at_12.40.40](/uploads/5c0824096ced9f03b3ea5f892b70b08b/Screen_Shot_2016-10-12_at_12.40.40.png)
      
      ## What are the relevant issue numbers?
      
      Closes #20833
      
      See merge request !6823
      b58d7cea
    • F
      Merge branch 'decaffeinate-the-docs' into 'master' · aba94f65
      Fatih Acet 提交于
      Remove leftover references to coffeescript from comments and docs.
      
      I was looking at the front-end helper spec and noticed some outdated coffeescript refs in it. So I figured it wouldn't hurt to take a few minutes and remove all the coffeescript references in CE that we don't need anymore. 
      
      I didn't touch any coffeescript references that could potentially break anything. Just docs and code comments.
      
      - [x] All builds are passing
      
      See merge request !7151
      aba94f65
    • Y
      Allow to search for user by secondary email address in the admin interface · f8530580
      Yar 提交于
      It is not possible to search for a user by his secondary email address in
      the Users search bar in the admin interface(/admin/users). A use-case could
       be that an admin wants to remove a specific secondary email address of an
      user, because it interferes with another user. Issue #23761
      
      This commit adds ability to search not only by main email, but also
      by any secondary email in the admin interface.
      f8530580