An error occurred fetching the project authors.
- 28 Jan, 2016 2 commits
-
-
Jacob Schatz authored
-
Jacob Schatz authored
-
- 25 Jan, 2016 1 commit
-
-
Jacob Schatz authored
All inputs of type `search` will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with `[value=""]`. I added a little javascript to make sure each input always has it's own value.
-
- 20 Jan, 2016 5 commits
-
-
Douglas Barbosa Alexandre authored
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
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Robert Speicher authored
The filename is titlecased because that's how it came from the vendor, and we're not touching it.
-
- 07 Jan, 2016 2 commits
-
-
Jacob Vosmaer authored
-
koreamic authored
Using the fuzzy filter, develop "file finder" feature. - feedback(http://feedback.gitlab.com/forums/176466-general/suggestions/4987909-add-file-finder-fuzzy-input-in-files-tab-to-ju ) - fuzzy filter(https://github.com/jeancroy/fuzzaldrin-plus) - shortcuts(when "t" was hitted at tree view, go to 'file find' page and 'esc' is to go back) - depends on gitlab_git 7.2.22
-
- 04 Jan, 2016 2 commits
-
-
Robert Speicher authored
It was only used to block the issue (but not merge request) list when the sort was changed.
-
Jacob Schatz authored
This reverts commit bc12750f, reversing changes made to 8a04b84e.
-
- 02 Jan, 2016 1 commit
-
-
Robert Speicher authored
The old way broke d3, for some reason.
-
- 01 Jan, 2016 2 commits
-
-
Robert Speicher authored
It was required but never used.
-
Robert Speicher authored
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.
-
- 22 Dec, 2015 1 commit
-
-
Robert Speicher authored
-
- 02 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 09 Oct, 2015 1 commit
-
-
Han Loong Liauw authored
- Changed to margin for vertical allign as used in bootstrap 3 original - Also added an `active` state to show when the extra items are enabled
-
- 29 Aug, 2015 1 commit
-
-
Stan Hu authored
Browsers change the scroll position after the page is loaded, and the current 1 ms delay wasn't long enough for the browser to jump to the anchor. Even then, it appears another 100ms delay is necessary to adjust the scroll properly: http://stackoverflow.com/questions/19057731/scrolltop-on-page-reload-doesnt-work-possible-script-conflict Add a little more of an offset to see a few lines before the anchor. Closes #1614 Closes #1024
-
- 25 Aug, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
* Link to user profile instead of user admin page * One button for remove user and report * Remove user and report with page reloading Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 23 Jul, 2015 1 commit
-
-
Robert Speicher authored
-
- 14 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 06 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
This reverts commit af44c650.
-
- 17 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 03 Jun, 2015 2 commits
-
-
Robert Speicher authored
Also removes redundant `unbind` call
-
Robert Speicher authored
Removes redundant enableButton/disableButton extensions, and adds specs for the jQuery extensions.
-
- 01 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 25 May, 2015 1 commit
-
-
Stan Hu authored
Closes #9326
-
- 17 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 06 May, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 25 Apr, 2015 3 commits
-
-
Robert Speicher authored
When collapsed it's on the right like everything else, when expanded it's on the bottom.
-
Robert Speicher authored
-
Robert Speicher authored
Bootstrap's tooltip JS can read the placement from a `data-placement` attribute. Further, when we supply the `selector` option to `tooltip`, tooltips will be added to any dynamically-added elements matching the selector, without us having to re-call the `tooltip` method.
-
- 20 Apr, 2015 1 commit
-
-
Stan Hu authored
Multiple event handlers were firing, causing multiple form submissions. Closes #1448 and #1128
-
- 18 Apr, 2015 1 commit
-
-
Robert Speicher authored
-
- 17 Apr, 2015 1 commit
-
-
Dmitry Medvinsky authored
We use `focusin` event instead of `click` because when using the latter, when the selection is created it isn't put into X11 PRIMARY selection. And as a Linux user I'm very used to such behaviour that when something gets selected, it's ready for pasting, which is the primary purpose of the clone URL field. When `focusin` is used, the selection is copied to X11 buffer automatically, so it works as expected (tested in Firefox and Chrome).
-
- 19 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 22 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 09 Feb, 2015 1 commit
-
-
yglukhov authored
-