An error occurred fetching the project authors.
- 18 Jan, 2017 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 14 Dec, 2016 1 commit
-
-
Mike Greiling authored
-
- 15 Nov, 2016 1 commit
-
-
Luke "Jared" Bennett authored
-
- 04 Nov, 2016 1 commit
-
-
José Iván authored
Moved most of the functions that contained "window.doSomething" that were located at: - app/assets/javascripts/application.js To the following file: - app/assets/javascripts/lib/utils/common_utils.js The functions listed here: - window.ajaxGet - window.split - window.extractLast - window.rstrip - window.disableButtonIfEmptyField - window.disableButtonIfAnyEmptyField - window.sanitize - window.unbindEvents - window.shiftWindow Now will be accessible from the "gl.utils" namespace
-
- 26 Oct, 2016 2 commits
-
-
Jack Davison authored
CoffeeScript generated JavaScript contains some unreadable expressions. This refactoring addresses complex uses of the exestential operator that produced unreadable Javascript.
-
winniehell authored
-
- 24 Oct, 2016 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 26 Sep, 2016 1 commit
-
-
Luke Bennett authored
-
- 08 Sep, 2016 1 commit
-
-
Jared Deckard authored
-
- 06 Sep, 2016 1 commit
-
-
Clement Ho authored
-
- 25 Aug, 2016 1 commit
-
-
Mike Greiling authored
-
- 17 Aug, 2016 5 commits
-
-
Jack Davison authored
* resetTooltip totally destroyed and regenerated the tooltip while fixTitle simply replaces the text in the existing element. * resetTooltip also called an asyncronous function with no suitable callback resulting in a messy setTimout workaround. fixTitle is syncronous.
-
Jack Davison authored
* Works by explicitly deleting out-of-date data attributes * No longer directly assigns to data-original-title
-
Jack Davison authored
-
Jack Davison authored
* Code in ruby now uses Array#to_sentence to construct award tooltips * Coffeescript uses a combination of regexes for the same result
-
Jack Davison authored
* Only the first 10 names are displayed * Further users are indicated by "and X more." * String "and X more" is appended to the array THEN join is called * An oxford comma seperates the last name from "and X more" * In coffeescript "me" is now always prepended * Tests included
-
- 10 Aug, 2016 1 commit
-
-
Clement Ho authored
-
- 24 Jul, 2016 1 commit
-
-
Fatih Acet authored
-