BigW Consortium Gitlab

  1. 07 Oct, 2016 1 commit
    • Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas authored
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
  2. 07 Sep, 2016 1 commit
    • Reordered dropdown options · 56461e0c
      Luke Bennett authored
      Rearranged datetime created line
      
      Added `avatar_class` option to `link_to_member` so it can be hidden
      
      Made snippet title font heavier
      
      Added file title  bar
      
      Hidden unneeded info from xs screens
      
      Added visibility icon
      
      Reveal file-actions on xs screens
      
      Added comments icon to snippets list items
      
      Refactored no-comments declaration into framework stylesheet
      
      Final touch ups
      
      Fixed snippets_spec
  3. 18 Aug, 2016 1 commit
  4. 03 Jun, 2016 2 commits
  5. 31 May, 2016 1 commit
  6. 28 May, 2016 1 commit
  7. 26 May, 2016 1 commit
  8. 18 May, 2016 1 commit
  9. 08 May, 2016 2 commits
  10. 04 May, 2016 1 commit
  11. 05 Apr, 2016 1 commit
    • Standardize the way we check for and display form errors · 7a2370f7
      Robert Speicher authored
      - Some views had a "Close" button. We've removed this, because we don't
        want users accidentally hiding the validation errors and not knowing
        what needs to be fixed.
      - Some views used `li`, some used `p`, some used `span`. We've
        standardized on `li`.
      - Some views only showed the first error. We've standardized on showing
        all of them.
      - Some views added an `#error_explanation` div, which we've made
        standard.
  12. 20 Mar, 2016 1 commit
  13. 18 Mar, 2016 1 commit
  14. 10 Mar, 2016 2 commits
  15. 26 Feb, 2016 1 commit
  16. 25 Jan, 2016 1 commit
  17. 16 Dec, 2015 1 commit
  18. 15 Dec, 2015 1 commit
  19. 08 Dec, 2015 1 commit
  20. 02 Dec, 2015 5 commits
  21. 27 Oct, 2015 1 commit
  22. 18 Oct, 2015 1 commit
  23. 14 Oct, 2015 1 commit
    • New snippet design for projects · 1f92c22f
      Han Loong Liauw authored
      Split out header into shared partial
      Used action partials to have unique actions for shared and personal
      snippets
      changed back to created date in list view
      Switched to using existing color classes
  24. 12 Oct, 2015 1 commit
  25. 26 Aug, 2015 1 commit
  26. 19 Jun, 2015 1 commit
  27. 16 Jun, 2015 1 commit
  28. 26 May, 2015 1 commit
  29. 18 May, 2015 1 commit
  30. 16 May, 2015 1 commit
  31. 26 Apr, 2015 1 commit
    • Add new admin settings · bd557e4b
      Vinnie Okada authored
      Add new global application settings for default project and snippet
      visibility levels.
  32. 14 Feb, 2015 1 commit
    • Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
  33. 15 Jan, 2015 1 commit
    • Replace highlight.js with rouge-fork rugments · bf079c24
      Stefan Tatschner authored
      I decided to create a fork of rouge as rouge lacks a HTML formatter with
      the required options such as wrapping a line with <span> tags.
      Furthermore I was not really convinced about the clarity of rouge's
      source code.
      
      Rugments 1.0.0beta3 for now only includes some basic linting and a new
      HTML formatter. Everything else should behave the same.