- 25 Jan, 2016 2 commits
-
-
Douwe Maan authored
-
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.
-
- 21 Jan, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 20 Jan, 2016 7 commits
-
-
Rémy Coutable authored
[ci skip]
-
Rémy Coutable authored
- Replace 'rel' attributes with 'data' or 'id' attributes - Style jQuery methods chaining according to Jacob's guidelines - Rename a method
-
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.
-
- 19 Jan, 2016 5 commits
-
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Rémy Coutable authored
This commits also fixes two minor issues: - Ensure notes that the current user is not allowed to see are not returned in the AJAX notes loading - Ensure the notes counter badge is decremented of 1 instead of 2
-
Phil Hughes authored
This is instead of increasing star & fork count Fixed #11396
-
Jacob Schatz authored
Stopped looking for existing user since remove functionality is fixed.
-
- 18 Jan, 2016 3 commits
-
-
Jacob Schatz authored
Issue was: blank space was rendering as a element in an array of authors. Element was being used by `join`. Original fix !2450 was trying to remove the space after it happened. This checks properly for it and only moves forward if it does not exist. Also removes "me" upon unchecking emoji.
-
Jacob Schatz authored
-
Jacob Schatz authored
Checks that "me" is not in the array of names in tooltip
-
- 17 Jan, 2016 2 commits
-
-
Zeger-Jan van de Weg authored
Fixes #9073
-
Robert Speicher authored
[ci skip]
-
- 15 Jan, 2016 2 commits
-
-
Jacob Schatz authored
Issue was **not** in the way comment was being submitted. `app/assets/javascripts/awards_handler.coffee` was throwing an error. This error was preventing any js from running after it. Fixes #1473
-
Jacob Schatz authored
Elements searched for by jQuery no longer existed in the DOM. Javascript was also unnecessarily complex, for using jQuery Fixes #8109
-
- 14 Jan, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
Since GitHub doesn’t apply these constraints to theirs wiki slug allowing characters like `,`, `:`, `*`, etc, we need to relax our constraints or some wiki pages will not be available after they were imported. For an example the Devise project have a wiki page with the following slug: “How To: Add sign_in, sign_out, and sign_up links to your layout template”
-
- 13 Jan, 2016 10 commits
-
-
Jacob Schatz authored
fixes scrollbar jump by making discussion the same size as the sidebar when sidebar is bigger, and not allowing affix to do fixed position on the sidebar
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Also resets the default example message when the user input is blank.
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 12 Jan, 2016 4 commits
-
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Jacob Schatz authored
-
- 11 Jan, 2016 2 commits
-
-
Robert Speicher authored
Prevents a double-click from causing the logo to sweep forever after a load completes.
-
Yorick Peterse authored
Previously this would result in autocomplete data being loaded for every page (e.g. the page showing all Git branches of a project).
-