summaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Improve network graphSato Hiroyuki2013-01-231-2/+2
|
* updated g.raphaelKoen Punt2013-01-042-23/+3
|
* Updated graph tooltips and labelsKoen Punt2013-01-041-43/+113
|
* updated raphaelKoen Punt2013-01-041-17/+44
| | | | better labels
* Skipping colors to get more contrast between colorsKoen Punt2012-12-231-1/+3
|
* Merge branch 'gh-issue-1509' of https://github.com/koenpunt/gitlabhq into ↵Dmitriy Zaporozhets2012-12-211-167/+241
|\ | | | | | | | | | | | | koenpunt-gh-issue-1509 Conflicts: vendor/assets/javascripts/branch-graph.js
| * Updated branch-graph, abstracted some code in seperate functionsKoen Punt2012-12-071-144/+136
| | | | | | | | Removed unused Raphael.fn.popup
| * BranchGraph now loads asyncKoen Punt2012-12-071-70/+98
| | | | | | | | Centralized keyboard and drag events for BranchGraph
| * Fixed #1509 by converting the entities in jsKoen Punt2012-12-071-113/+167
| | | | | | | | Converted BranchGraph to some sort of Class
* | Fix commit links in network graphDmitriy Zaporozhets2012-12-111-1/+1
|/
* Remove unsued css styles. Fixed Milestone preselected date.Dmitriy Zaporozhets2012-12-011-738/+0
|
* Merge pull request #1937 from riyad/add-file-line-linksDmitriy Zaporozhets2012-11-161-0/+225
|\ | | | | Add file line links
| * Add jQuery.ScrollToRiyad Preukschas2012-11-091-0/+225
| |
* | Stats pagerandx2012-11-102-0/+35
|/
* Remove old Emoji code and imagesRiyad Preukschas2012-10-18847-0/+0
|
* WebEditor: integrated editorValeriy Sizov2012-10-1281-0/+162346
|
* Use History.js for better Tree browsingRobert Speicher2012-10-091-0/+1
| | | | Closes #1578
* improve emoji checking performanceNihad Abbasov2012-10-05847-0/+0
|
* Merge branch 'master' of git://github.com/gitlabhq/gitlabhqFlorian Unglaub2012-08-2411-1054/+738
|\
| * Application cleanupDmitriy Zaporozhets2012-08-1711-1054/+738
| |
* | Omniauth SupportFlorian Unglaub2012-08-176-0/+0
|/
* Feature: ajax load for tree commit lograndx2012-07-101-0/+144
|
* network graph: fixed minor visual artefactsDmitry Kalinkin2012-06-191-1/+1
|
* network graph: use same color for all branchDmitry Kalinkin2012-06-191-1/+1
|
* network graph: change lines to be more github-like (removes some ↵Dmitry Kalinkin2012-06-191-2/+2
| | | | ambiguousness in graph presentation)
* small refactoring for branch-graph.jsDmitry Kalinkin2012-06-191-2/+2
|
* Graph: navigation with keyboardrandx2012-05-311-4/+4
|
* get rid of unused assets, use gems insteadNihad Abbasov2012-05-2949-3168/+0
|
* move assets from lib directory to vendorNihad Abbasov2012-05-291-0/+181
| | | | [ci skip]
* use chosen-railsNihad Abbasov2012-05-292-1319/+0
|
* Chosen 0.9.8 + Autocomplete containsCedric Gatay2012-05-171-165/+216
| | | | Bumped Chosen to 0.9.8 (latest) and added default option to allow autocompletes to find items containing entered text.