summaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Don't vendor minified fuzzaldrin-plusDouglas Barbosa Alexandre2016-01-202-1/+1161
| | | | | | 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
* Don't vendor minified jQuery.nicescrollDouglas Barbosa Alexandre2016-01-202-118/+3634
|
* Don't vendor minified g.bar.jsDouglas Barbosa Alexandre2016-01-202-8/+674
|
* Don't vendor minified g.raphael.jsDouglas Barbosa Alexandre2016-01-202-7/+861
|
* Don't vendor minified Chart.jsRobert Speicher2016-01-202-11/+3477
| | | | | The filename is titlecased because that's how it came from the vendor, and we're not touching it.
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-01-141-0/+11
|\
| * Move js function to removing accents to vendor/assets/javascriptsDouglas Barbosa Alexandre2016-01-141-0/+11
| |
* | Autosize textareasRobert Speicher2016-01-131-0/+243
|/
* Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-0/+1
|
* Remove jquery.blockUI.js pluginrs-remove-jquery-blockuiRobert Speicher2016-01-041-590/+0
| | | | | It was only used to block the issue (but not merge request) list when the sort was changed.
* Revert "Merge branch 'rs-remove-jquery-blockui' into 'master' "reverting-rs-remove-jquery-blockuiJacob Schatz2016-01-041-0/+590
| | | | | This reverts commit bc12750fcc7a8637771e1449493cdd3cee9ebd64, reversing changes made to 8a04b84e09c4318ac46808d0debc4997b52a2314.
* Merge branch 'rs-remove-jquery-blockui' into 'master' Dmitriy Zaporozhets2016-01-041-590/+0
|\ | | | | | | | | | | | | Remove jquery.blockUI.js plugin It was required but no longer used. See merge request !2273
| * Remove jquery.blockUI.js pluginRobert Speicher2016-01-011-590/+0
| | | | | | | | It was required but never used.
* | Remove jquery.history.js pluginrs-remove-jquery-history-jsRobert Speicher2016-01-011-1/+0
|/ | | | | | | | 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.
* Vendor clipboard.jsRobert Speicher2015-10-231-0/+621
|
* Add nice scroll for sidebarDmitriy Zaporozhets2015-07-141-0/+118
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Diff headers made sticky"Dmitriy Zaporozhets2015-07-061-9/+0
| | | | This reverts commit af44c65030a1fbc4e29c3cf51e4d3c33b9666201.
* Remove jasmine-fixture, use teaspoon fixturesRobert Speicher2015-05-281-433/+0
|
* Update jasmine-fixtureRobert Speicher2015-05-061-3/+3
|
* Add JS specs for replyWithSelectedTextRobert Speicher2015-04-181-0/+433
|
* Update Chart.jsRobert Speicher2015-04-071-4/+4
|
* Diff headers made stickyyglukhov2015-02-091-0/+9
|
* Merge pull request #8425 from rumpelsepp/rougeDmitriy Zaporozhets2015-01-152-2/+0
|\ | | | | Replace highlight.js with rouge-fork rugments
| * Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-152-2/+0
| | | | | | | | | | | | | | | | | | | | 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.
* | Remove password strength indicatorJacob Vosmaer2015-01-151-659/+0
|/ | | | | | | | 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.
* remove 'vendor/plugins' dirNihad Abbasov2014-12-271-0/+0
|
* chmod -xNihad Abbasov2014-12-271-0/+0
|
* Added a password strength indicatorPatricio Cano2014-10-131-0/+659
| | | | to the profile page and the sign_up page, added CSS to best display it and created the custom script to load the meter.
* Raw implementation of commits stats pageDmitriy Zaporozhets2014-09-261-0/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update highlight.js to 8.2, fixes #519Robert Schilling2014-08-231-1/+1
|
* Update highlight.js to 8.1Dmitriy Zaporozhets2014-07-092-1/+1
| | | | | | | 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>
* Fix scroll to highlighted line. Replace scrollTO js file with gemDmitriy Zaporozhets2014-05-221-225/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move images from vendor to app so they are compiled by railsDmitriy Zaporozhets2014-03-1212-0/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use ace editor as gemDmitriy Zaporozhets2014-02-1081-162346/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'highlight-js' into 'master'Dmitriy Zaporozhets2014-01-282-0/+2
|\ | | | | | | | | | | | | | | Highlight.Js Replace pygments code highlight with client-side library - highlight.js http://highlightjs.org/
| * Add highlightjs assets to vendorDmitriy Zaporozhets2014-01-262-0/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Also optimise gifs with gifsicle.Kevin Lyda2014-01-051-0/+0
| | | | | | | | | | These are the same gif files just after running gifsicle -b --optimize **/*.gif
* | Another optipng run over png's.Kevin Lyda2014-01-0511-0/+0
|/ | | | | | | | | 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.
* Conventional naming for diff modes.Sytse Sijbrandij2013-11-271-1/+1
|
* bring more usability to issues filtering. Block issues area on loading ↵Dmitriy Zaporozhets2013-05-081-0/+590
| | | | filtered results
* Result of misspellings run.Kevin Lyda2013-03-1717-25/+25
| | | | | | | | | 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.
* Move graph module from lib or vendor directory to app directory.Sato Hiroyuki2013-02-261-385/+0
| | | | Because not autoloading lib directory at development mode.
* The commit is marked and displayed in the center.Sato Hiroyuki2013-02-051-6/+15
|
* Fix bug of network graph(#2847) and trivial code clean up.Sato Hiroyuki2013-01-311-1/+1
|
* Merge pull request #2852 from hiroponz/displaying-commit-on-new-windowDmitriy Zaporozhets2013-01-301-1/+1
|\ | | | | Displaying commit on a new window, when clicking commit on network graph.
| * Displaying commit on a new window, when clicking commit on network graph.Sato Hiroyuki2013-01-311-1/+1
| |
* | Merge pull request #2847 from hiroponz/improve-overlap-linesDmitriy Zaporozhets2013-01-301-5/+20
|\ \ | | | | | | Improve overlap of lines in network graph
| * | Improve overlap of lines in network graphSato Hiroyuki2013-01-301-5/+20
| |/
* | Switchable the main branch on network graphSato Hiroyuki2013-01-301-2/+9
|/
* Fix not showing tooltip on network graphSato Hiroyuki2013-01-261-3/+3
|