1. 18 12月, 2015 1 次提交
  2. 18 11月, 2015 1 次提交
  3. 07 10月, 2015 1 次提交
    • S
      Add directory feature button · 0ab6ca93
      Stan Hu 提交于
      Change "+" icon under "Files" section to have three options:
      
      * Create file
      * Upload file
      * New directory
      
      Upload file is no longer accessible from the "Create file" page.
      Users can now select a target branch in upload file as well.
      
      Closes #2799: Fixes a bug where file modes were overwritten after a commit
      
      Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files
      can no longer be overwritten in the "Create file" section.
      
      Closes #2557
      0ab6ca93
  4. 16 9月, 2015 1 次提交
    • S
      Change the replace placeholder to use the filename · d9af6f79
      Stan Hu 提交于
      Dynamically adjust placedholder for uploads and fix Dropzone event handlers
      
      Override error handler to prevent error messages from being inserted underneath image preview
      
      Fix tests
      
      Use regexp instead of startsWith for better browser compatibility
      
      Remove duplicate code in _replace.html.haml and use one template
      
      Remove files upon error and retain alert messages until user adds a new file
      d9af6f79
  5. 15 9月, 2015 1 次提交
    • L
      Add "Replace" and "Upload" features · e2ece2bc
      liyakun 提交于
          Refactor upload and replace functionality
      
          Rename file and move CSS
      
          Fix typo
      
          Make dropzone a div
      
          Remove unnecessary file
      
          Change color of "upload existing one"
      
          Add missing changes
      e2ece2bc