1. 19 1月, 2017 3 次提交
  2. 28 12月, 2016 3 次提交
  3. 23 12月, 2016 2 次提交
  4. 21 12月, 2016 2 次提交
  5. 15 12月, 2016 2 次提交
  6. 14 12月, 2016 2 次提交
  7. 12 12月, 2016 1 次提交
  8. 09 12月, 2016 1 次提交
  9. 02 12月, 2016 1 次提交
  10. 30 11月, 2016 1 次提交
    • P
      Fixed GFM autocomplete regex · 34053a49
      Phil Hughes 提交于
      Without this fix it is possible that the autocomplete popup will stay open with the very first match, no matter if there is a match further in the string.
      
      Closes #25119
      34053a49
  11. 17 11月, 2016 2 次提交
  12. 16 11月, 2016 2 次提交
    • A
      Limit autocomplete to currently selected items · d54b8826
      Akram FARES 提交于
      d54b8826
    • N
      shows user avatar in mention autocomplete in editor · eaef9453
      Nur Rony 提交于
      adds entry in CHANGELOG
      
      no uninitialized variable and unnecessary if statement
      
      formatting issue in CHANGELOG
      
      resolves scss lint warings
      
      cleanup: unnecessary css classes
      
      adds css class that cleaned up by mistake
      
      replaces snake_case variables name with camelCase
      
      removes unnecessary css class and adds white color border for avatar
      
      moves changelog entry from 8.13 to 8.14
      
      remove bottom margin from avatar-inline
      
      resolves lint warnings
      
      rebased and moves changelog entry to 8.14
      
      fixes avatar shifting on hover
      
      adds entry at top of 8.14 section in CHANGELOG.md
      
      calls sanitization for gl.utils
      
      syncing changelog with master and created changelog files using cli
      
      changes changelog title
      eaef9453
  13. 06 11月, 2016 1 次提交
  14. 04 11月, 2016 1 次提交
    • J
      Cleaned up global namespace JS · b1b51b77
      José Iván 提交于
      Moved most of the functions that contained "window.doSomething" that were located at:
      - app/assets/javascripts/application.js
      To the following file:
      - app/assets/javascripts/lib/utils/common_utils.js
      
      The functions listed here:
      - window.ajaxGet
      - window.split
      - window.extractLast
      - window.rstrip
      - window.disableButtonIfEmptyField
      - window.disableButtonIfAnyEmptyField
      - window.sanitize
      - window.unbindEvents
      - window.shiftWindow
      
      Now will be accessible from the "gl.utils" namespace
      b1b51b77
  15. 26 10月, 2016 1 次提交
  16. 08 10月, 2016 1 次提交
  17. 09 9月, 2016 1 次提交
  18. 13 8月, 2016 5 次提交
  19. 02 8月, 2016 1 次提交
  20. 25 7月, 2016 1 次提交