1. 12 2月, 2015 2 次提交
  2. 05 2月, 2015 1 次提交
  3. 04 2月, 2015 8 次提交
  4. 03 2月, 2015 14 次提交
  5. 02 2月, 2015 1 次提交
    • M
      Fix raw image paste from clipboard · a54e9e54
      Marco Cyriacks 提交于
      This patch binds the textarea (markdown area) paste event to the
      handlePaste() function (that was already present).
      
      Furthermore the event processing is improved in the following way:
      
      - The default paste event handler of the browser is only disabled if the
        browser fully supports clipboardData AND there realy is image data in
        the event object. In all other cases (no support or no image) the
        default handler processes the text paste.
      - Some obsolete code was removed.
      - The pasteText() function (which is somehow buggy because it places the
        cursor at the end of the text independantly from its position before the
        paste) is only used to place the image link after image data was pasted.
      a54e9e54
  6. 31 1月, 2015 1 次提交
    • T
      Fix group search to check path as well as name. · 0fe1c9b6
      Tim Bishop 提交于
      The API documentation says:
      
      "You can search for groups by name or path with: /groups?search=Rails"
      
      But you can't because the search query only checks the name, not
      the path. This fixes that.
      0fe1c9b6
  7. 30 1月, 2015 6 次提交
  8. 29 1月, 2015 7 次提交