An error occurred fetching the project authors.
- 18 Aug, 2016 1 commit
-
-
Jacob Schatz authored
Merge branch '3225-ace-editor-causing-404-errors-every-time-you-try-to-edit-a-file-in-the-webui' into 'master' Fix Ace syntax highlighting with compiled assets ## What does this MR do? Update ACE to 4.1.0 to allow modes (syntax highlighting files for particular languages) to be lazily loaded. ## Are there points in the code the reviewer needs to double check? Don't think so. ## Why was this MR needed? Syntax highlighting in the file editor only worked in development and test modes, not in production! ## What are the relevant issue numbers? Closes #3225. ## Screenshots (if relevant) First, the test setup - add these lines to `development.rb`: ```ruby config.assets.debug = false config.assets.compile = false config.assets.digest = true ``` Then, before starting the server, run `bundle exec rake assets:clobber assets:precompile`. Before:  There is an error in the console because `/assets/ace/mode-ruby.js` was not found (it's only available when assets are compiled on demand). After:  This loads `/assets/ace/mode-ruby-3915f95a6cc47306b1305e4dcb7aca25b2ef9c49b18ec6011707135b6575d8f3.js`, which works because the precompile step included it and told ACE where to find it. ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~ - ~~API support added~~ - Tests - ~~Added for this feature/bug~~ - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5501
-
- 17 Aug, 2016 1 commit
-
-
Jacob Schatz authored
Fix diff comments inverted toggle bug ## What does this MR do? Explicitly set the comments visibility toggle based on the `active` css class. ## Are there points in the code the reviewer needs to double check? Shouldn't be ## Why was this MR needed? Fixes existing UI bug ## What are the relevant issue numbers? Closes #20898 ## Screenshots (if relevant) Before:  After:  ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - Tests - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5818
-
- 04 Aug, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 24 Jul, 2016 1 commit
-
-
Fatih Acet authored
-
- 24 Mar, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 19 Mar, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Feb, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Jan, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 11 Jan, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 Jun, 2013 1 commit
-
-
Karlo Soriano authored
Created tests and refactored some code along the way Added stat graph util spec, refactored code finsihed up tests and refactors finsihed up tests and refactors
-
- 08 May, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 29 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 13 Mar, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 10 Nov, 2012 1 commit
-
-
randx authored
-
- 09 Nov, 2012 1 commit
-
-
Riyad Preukschas authored
-
- 16 Oct, 2012 1 commit
-
-
Valeriy Sizov authored
-
- 12 Oct, 2012 1 commit
-
-
Valeriy Sizov authored
-
- 09 Oct, 2012 1 commit
-
-
Robert Speicher authored
Closes #1578
-
- 23 Sep, 2012 1 commit
-
-
Nihad Abbasov authored
-
- 11 Sep, 2012 1 commit
-
-
randx authored
-
- 06 Sep, 2012 1 commit
-
-
Nihad Abbasov authored
-
- 02 Sep, 2012 1 commit
-
-
Sytse Sijbrandij authored
Merge branch 'master' into non-interactive-aws-install Conflicts: doc/installation.md Fix merge mess in installation.md
-
- 30 Aug, 2012 1 commit
-
-
randx authored
-
- 17 Aug, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 14 Aug, 2012 1 commit
-
-
Nihad Abbasov authored
-
- 10 Aug, 2012 1 commit
-
-
Nihad Abbasov authored
-
- 08 Aug, 2012 1 commit
-
-
Nihad Abbasov authored
-
- 28 Jul, 2012 1 commit
-
-
randx authored
-
- 10 Jul, 2012 3 commits
-
-
Dmitriy Zaporozhets authored
-
randx authored
-
Staicu Ionut authored
buttons on forms are disabled on submit (re-enabled after the request is complete)
-
- 22 Jun, 2012 1 commit
-
-
Nihad Abbasov authored
-
- 20 Jun, 2012 4 commits
-
-
randx authored
-
randx authored
-
Robb Kidd authored
Replaces link_to_function use which was deprecated in Rails v3.2.4. https://github.com/rails/rails/commit/9dc57fe9c Still absent is a graceful degrade for no-JS.
-
- 29 May, 2012 2 commits
-
-
Nihad Abbasov authored
-
Nihad Abbasov authored
-
- 17 May, 2012 1 commit
-
-
Cedric Gatay authored
Bumped Chosen to 0.9.8 (latest) and added default option to allow autocompletes to find items containing entered text.
-
- 05 Apr, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-