Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix scroll to highlighted line. Replace scrollTO js file with gem | Dmitriy Zaporozhets | 2014-05-22 | 1 | -225/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move images from vendor to app so they are compiled by rails | Dmitriy Zaporozhets | 2014-03-12 | 12 | -0/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use ace editor as gem | Dmitriy Zaporozhets | 2014-02-10 | 81 | -162346/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'highlight-js' into 'master' | Dmitriy Zaporozhets | 2014-01-28 | 2 | -0/+2 |
|\ | | | | | | | | | | | | | | | Highlight.Js Replace pygments code highlight with client-side library - highlight.js http://highlightjs.org/ | ||||
| * | Add highlightjs assets to vendor | Dmitriy Zaporozhets | 2014-01-26 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Also optimise gifs with gifsicle. | Kevin Lyda | 2014-01-05 | 1 | -0/+0 |
| | | | | | | | | | | These are the same gif files just after running gifsicle -b --optimize **/*.gif | ||||
* | | Another optipng run over png's. | Kevin Lyda | 2014-01-05 | 11 | -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 Sijbrandij | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | bring more usability to issues filtering. Block issues area on loading ↵ | Dmitriy Zaporozhets | 2013-05-08 | 1 | -0/+590 |
| | | | | filtered results | ||||
* | Result of misspellings run. | Kevin Lyda | 2013-03-17 | 17 | -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 Hiroyuki | 2013-02-26 | 1 | -385/+0 |
| | | | | Because not autoloading lib directory at development mode. | ||||
* | The commit is marked and displayed in the center. | Sato Hiroyuki | 2013-02-05 | 1 | -6/+15 |
| | |||||
* | Fix bug of network graph(#2847) and trivial code clean up. | Sato Hiroyuki | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2852 from hiroponz/displaying-commit-on-new-window | Dmitriy Zaporozhets | 2013-01-30 | 1 | -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 Hiroyuki | 2013-01-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2847 from hiroponz/improve-overlap-lines | Dmitriy Zaporozhets | 2013-01-30 | 1 | -5/+20 |
|\ \ | | | | | | | Improve overlap of lines in network graph | ||||
| * | | Improve overlap of lines in network graph | Sato Hiroyuki | 2013-01-30 | 1 | -5/+20 |
| |/ | |||||
* | | Switchable the main branch on network graph | Sato Hiroyuki | 2013-01-30 | 1 | -2/+9 |
|/ | |||||
* | Fix not showing tooltip on network graph | Sato Hiroyuki | 2013-01-26 | 1 | -3/+3 |
| | |||||
* | Improve network graph | Sato Hiroyuki | 2013-01-23 | 1 | -2/+2 |
| | |||||
* | updated g.raphael | Koen Punt | 2013-01-04 | 2 | -23/+3 |
| | |||||
* | Updated graph tooltips and labels | Koen Punt | 2013-01-04 | 1 | -43/+113 |
| | |||||
* | updated raphael | Koen Punt | 2013-01-04 | 1 | -17/+44 |
| | | | | better labels | ||||
* | Skipping colors to get more contrast between colors | Koen Punt | 2012-12-23 | 1 | -1/+3 |
| | |||||
* | Merge branch 'gh-issue-1509' of https://github.com/koenpunt/gitlabhq into ↵ | Dmitriy Zaporozhets | 2012-12-21 | 1 | -167/+241 |
|\ | | | | | | | | | | | | | koenpunt-gh-issue-1509 Conflicts: vendor/assets/javascripts/branch-graph.js | ||||
| * | Updated branch-graph, abstracted some code in seperate functions | Koen Punt | 2012-12-07 | 1 | -144/+136 |
| | | | | | | | | Removed unused Raphael.fn.popup | ||||
| * | BranchGraph now loads async | Koen Punt | 2012-12-07 | 1 | -70/+98 |
| | | | | | | | | Centralized keyboard and drag events for BranchGraph | ||||
| * | Fixed #1509 by converting the entities in js | Koen Punt | 2012-12-07 | 1 | -113/+167 |
| | | | | | | | | Converted BranchGraph to some sort of Class | ||||
* | | Fix commit links in network graph | Dmitriy Zaporozhets | 2012-12-11 | 1 | -1/+1 |
|/ | |||||
* | Remove unsued css styles. Fixed Milestone preselected date. | Dmitriy Zaporozhets | 2012-12-01 | 1 | -738/+0 |
| | |||||
* | Merge pull request #1937 from riyad/add-file-line-links | Dmitriy Zaporozhets | 2012-11-16 | 1 | -0/+225 |
|\ | | | | | Add file line links | ||||
| * | Add jQuery.ScrollTo | Riyad Preukschas | 2012-11-09 | 1 | -0/+225 |
| | | |||||
* | | Stats page | randx | 2012-11-10 | 2 | -0/+35 |
|/ | |||||
* | Remove old Emoji code and images | Riyad Preukschas | 2012-10-18 | 847 | -0/+0 |
| | |||||
* | WebEditor: integrated editor | Valeriy Sizov | 2012-10-12 | 81 | -0/+162346 |
| | |||||
* | Use History.js for better Tree browsing | Robert Speicher | 2012-10-09 | 1 | -0/+1 |
| | | | | Closes #1578 | ||||
* | improve emoji checking performance | Nihad Abbasov | 2012-10-05 | 847 | -0/+0 |
| | |||||
* | Merge branch 'master' of git://github.com/gitlabhq/gitlabhq | Florian Unglaub | 2012-08-24 | 11 | -1054/+738 |
|\ | |||||
| * | Application cleanup | Dmitriy Zaporozhets | 2012-08-17 | 11 | -1054/+738 |
| | | |||||
* | | Omniauth Support | Florian Unglaub | 2012-08-17 | 6 | -0/+0 |
|/ | |||||
* | Feature: ajax load for tree commit log | randx | 2012-07-10 | 1 | -0/+144 |
| | |||||
* | network graph: fixed minor visual artefacts | Dmitry Kalinkin | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | network graph: use same color for all branch | Dmitry Kalinkin | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | network graph: change lines to be more github-like (removes some ↵ | Dmitry Kalinkin | 2012-06-19 | 1 | -2/+2 |
| | | | | ambiguousness in graph presentation) | ||||
* | small refactoring for branch-graph.js | Dmitry Kalinkin | 2012-06-19 | 1 | -2/+2 |
| | |||||
* | Graph: navigation with keyboard | randx | 2012-05-31 | 1 | -4/+4 |
| | |||||
* | get rid of unused assets, use gems instead | Nihad Abbasov | 2012-05-29 | 49 | -3168/+0 |
| | |||||
* | move assets from lib directory to vendor | Nihad Abbasov | 2012-05-29 | 1 | -0/+181 |
| | | | | [ci skip] | ||||
* | use chosen-rails | Nihad Abbasov | 2012-05-29 | 2 | -1319/+0 |
| | |||||
* | Chosen 0.9.8 + Autocomplete contains | Cedric Gatay | 2012-05-17 | 1 | -165/+216 |
| | | | | Bumped Chosen to 0.9.8 (latest) and added default option to allow autocompletes to find items containing entered text. |