Skip to content
Snippets Groups Projects
  1. Nov 09, 2016
  2. Nov 02, 2016
    • Nur Rony's avatar
      resolves weight dropdown not stay selected issue · dc5107dd
      Nur Rony authored
      Changelog entry added in CHANGELOG-EE.md
      
      adds test for weight dropdown selected text
      
      uses Issue weight constant from Issue class
      
      resolves rubocop test errors by using ruby 1.9 syntax for RSpec
      
      adds new helper module for ee issueables
      
      removes weight_dropdown_label function from issuable_helpers
      
      make it working for numarics weight
      
      moves changelog entry to 8.14 and rubocop warning resolved
      
      adds line break after release version
      dc5107dd
  3. Nov 01, 2016
  4. Oct 31, 2016
  5. Oct 28, 2016
  6. Oct 27, 2016
  7. Oct 26, 2016
  8. Oct 25, 2016
  9. Oct 21, 2016
  10. Oct 19, 2016
  11. Oct 18, 2016
  12. Oct 17, 2016
  13. Oct 16, 2016
  14. Oct 14, 2016
  15. Oct 11, 2016
  16. Oct 06, 2016
  17. Oct 05, 2016
  18. Oct 04, 2016
  19. Sep 29, 2016
  20. Sep 28, 2016
    • Ruben Davila's avatar
      Fix CHANGELOG-EE. · 576078e8
      Ruben Davila authored
      576078e8
    • Jacob Schatz's avatar
      Merge branch '22020-fix-form-submit-missing-url' into 'master' · dd406a71
      Jacob Schatz authored
      Add missing url param to ajax call
      
      The `url` param was missing from the ajax call.
      
      This bug happened because the `url` param was not set. jQuery defaults to `location.href`. BUT if the user came to the protected branches page from another page a previously set `ajaxSettings.url` was used as default url (which defaults to `location.href`) so when the user submitted the form the request was made to a  completely wrong `url`. Refreshing the page was working because `ajaxSettings.url` was set to the current page'`location.href` and that was the correct URL.
      
      This MR ensures the url will always be set with the right one.
      
      Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22020
      
      See merge request !760
      dd406a71
  21. Sep 26, 2016
  22. Sep 24, 2016
  23. Sep 23, 2016
  24. Sep 22, 2016
Loading