Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vendor
AgeCommit message (Collapse)Author
2016-03-25Fix broken functionality in sidebar after merge.Jacob Schatz
Added nice animations too.
2016-03-23Move cropper.css to vendor folderAlfredo Sumaran
2016-03-23Move cropper.js to vendor folderAlfredo Sumaran
2016-03-15Revert "Merge branch 'avatar-cropping' into 'master' "Rémy Coutable
This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282.
2016-02-10Fix #7959: Fix avatar stretching by providing a cropping featureJohann Pardanaud
2016-02-02Allow manual resize of js-autosize textareasRobert Speicher
First, the autosize library was being too controlling and removed the `resize` property from any elements to which it was attached, removing the drag handle. Second, we detect when the user manually resizes an autosize textarea, and then remove the autosize behavior from it and increase its max-height. This should allow for the best of both worlds. Closes #12832
2016-01-20Don't vendor minified fuzzaldrin-plusDouglas Barbosa Alexandre
This version was compiled to use in the browser through Browserify. More info or how to compile a new version: https://gitlab.com/dbalexandre/fuzzaldrin-plus-browserify
2016-01-20Don't vendor minified jQuery.nicescrollDouglas Barbosa Alexandre
2016-01-20Don't vendor minified g.bar.jsDouglas Barbosa Alexandre
2016-01-20Don't vendor minified g.raphael.jsDouglas Barbosa Alexandre
2016-01-20Don't vendor minified Chart.jsRobert Speicher
The filename is titlecased because that's how it came from the vendor, and we're not touching it.
2016-01-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2016-01-14Move js function to removing accents to vendor/assets/javascriptsDouglas Barbosa Alexandre
2016-01-13Autosize textareasRobert Speicher
2016-01-07Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer
2016-01-04Remove jquery.blockUI.js pluginRobert Speicher
It was only used to block the issue (but not merge request) list when the sort was changed.
2016-01-04Revert "Merge branch 'rs-remove-jquery-blockui' into 'master' "Jacob Schatz
This reverts commit bc12750fcc7a8637771e1449493cdd3cee9ebd64, reversing changes made to 8a04b84e09c4318ac46808d0debc4997b52a2314.
2016-01-04Merge branch 'rs-remove-jquery-blockui' into 'master' Dmitriy Zaporozhets
Remove jquery.blockUI.js plugin It was required but no longer used. See merge request !2273
2016-01-02Remove jquery.blockUI.js pluginRobert Speicher
It was required but never used.
2016-01-02Remove jquery.history.js pluginRobert Speicher
We're not concerning ourselves with non-HTML5 browser compatibility, and this removes 21 KB from our compiled JavaScript. Bonus fix: There was an extra space after the query string in the URLs that has now been removed.
2015-10-23Vendor clipboard.jsRobert Speicher
2015-07-14Add nice scroll for sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-06Revert "Diff headers made sticky"Dmitriy Zaporozhets
This reverts commit af44c65030a1fbc4e29c3cf51e4d3c33b9666201.
2015-05-29Remove jasmine-fixture, use teaspoon fixturesRobert Speicher
2015-05-06Update jasmine-fixtureRobert Speicher
2015-04-18Add JS specs for replyWithSelectedTextRobert Speicher
2015-04-07Update Chart.jsRobert Speicher
2015-02-09Diff headers made stickyyglukhov
2015-01-16Merge pull request #8425 from rumpelsepp/rougeDmitriy Zaporozhets
Replace highlight.js with rouge-fork rugments
2015-01-15Remove password strength indicatorJacob Vosmaer
We were having the following issues: - the indicator would sometimes stay red even if the password that was entered was long enough; - the indicator had a middle yellow signal: what does that mean? - the red/green backgrounds were not color-blind-friendly.
2015-01-15Replace highlight.js with rouge-fork rugmentsStefan Tatschner
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.
2014-12-27remove 'vendor/plugins' dirNihad Abbasov
2014-12-27chmod -xNihad Abbasov
2014-10-14Added a password strength indicatorPatricio Cano
to the profile page and the sign_up page, added CSS to best display it and created the custom script to load the meter.
2014-09-26Raw implementation of commits stats pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-23Update highlight.js to 8.2, fixes #519Robert Schilling
2014-07-09Update highlight.js to 8.1Dmitriy Zaporozhets
Also added support for less common languages. All languages from http://highlightjs.org/download/ now supported Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-22Fix scroll to highlighted line. Replace scrollTO js file with gemDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-12Move images from vendor to app so they are compiled by railsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-10Use ace editor as gemDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-28 Merge branch 'highlight-js' into 'master'Dmitriy Zaporozhets
Highlight.Js Replace pygments code highlight with client-side library - highlight.js http://highlightjs.org/
2014-01-26Add highlightjs assets to vendorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-05Also optimise gifs with gifsicle.Kevin Lyda
These are the same gif files just after running gifsicle -b --optimize **/*.gif
2014-01-05Another optipng run over png's.Kevin Lyda
Ran optipng -o7 -fix over all png files. This should make pages load a tiny bit faster (you can test this with the pagespeed tool on firefox or chrome). It might be an idea to add *lossless* image compression optimization runs to the release process.
2013-11-27Conventional naming for diff modes.Sytse Sijbrandij
2013-05-08bring more usability to issues filtering. Block issues area on loading ↵Dmitriy Zaporozhets
filtered results
2013-03-17Result of misspellings run.Kevin Lyda
Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
2013-02-26Move graph module from lib or vendor directory to app directory.Sato Hiroyuki
Because not autoloading lib directory at development mode.
2013-02-05The commit is marked and displayed in the center.Sato Hiroyuki
2013-01-31Fix bug of network graph(#2847) and trivial code clean up.Sato Hiroyuki