summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| * | Convert hasOwnProperty check to if statementClement Ho2017-01-091-1/+1
| * | Simplify if else to make code easier to understandClement Ho2017-01-091-4/+5
| * | Refactor FilteredSearchTokenKeys modelClement Ho2017-01-094-71/+81
| * | Refactor getUrlParamsArray()Clement Ho2017-01-092-3/+7
| * | Use turbolinks instead of window.locationClement Ho2017-01-091-1/+1
| * | Add getParameterByNameClement Ho2017-01-092-16/+18
| * | Refactor static data to get information from other variables insteadClement Ho2017-01-092-3/+3
| * | Convert string concatenations with an array joinClement Ho2017-01-091-14/+11
| * | Move functions into classClement Ho2017-01-091-83/+81
| * | Convert to single quotesClement Ho2017-01-091-2/+2
| * | Reduce over-verbosenessClement Ho2017-01-091-4/+2
| * | Fix regex for +Clement Ho2017-01-091-1/+1
| * | Remove unnecessary stopPropagationClement Ho2017-01-091-2/+0
| * | Add support for delete keyClement Ho2017-01-091-1/+3
| * | Fix code styling issuesClement Ho2017-01-093-15/+16
| * | Fix missing method from refactoringClement Ho2017-01-091-1/+8
| * | Add additional check before setting outerHTMLClement Ho2017-01-091-1/+5
| * | Add comments to resolve todosClement Ho2017-01-091-3/+3
| * | Remove unnecessary functionClement Ho2017-01-091-10/+2
| * | Fix bug where labels with spaces weren't being escaped when selectedClement Ho2017-01-091-2/+2
| * | Refactor and add commentsClement Ho2017-01-097-66/+58
| * | Refactor itemClickedClement Ho2017-01-093-18/+15
| * | Remove show() as it is automatically called on setData when there is dataClement Ho2017-01-091-2/+0
| * | Refactor filtered search managerClement Ho2017-01-096-157/+185
| * | Refactor filtered_search_dropdownClement Ho2017-01-093-41/+41
| * | Refactor dropdown filtersClement Ho2017-01-097-128/+28
| * | Add check in case the data attribute does not existClement Ho2017-01-091-1/+5
| * | Add mobile viewportClement Ho2017-01-092-2/+6
| * | Fix casing and add upcoming milestone filterClement Ho2017-01-091-3/+6
| * | Only return data response for droplab ajax filterClement Ho2017-01-091-4/+4
| * | Hide list if it is dynamic and there are no items to renderClement Ho2017-01-091-3/+7
| * | Refactor loadingTemplate to abstract classClement Ho2017-01-095-16/+7
| * | Add loading template to droplab_ajax_filterClement Ho2017-01-093-1/+31
| * | Add loading message for droplab_ajaxClement Ho2017-01-094-0/+27
| * | Make ajax filter more consistent and only filter when typedClement Ho2017-01-091-3/+12
| * | Add missing space for extracting paramsClement Ho2017-01-091-0/+1
| * | Fixed bug where filters were not being reset after being clearedClement Ho2017-01-091-3/+4
| * | Pass project ID through the DOMClement Ho2017-01-094-3/+7
| * | Remove ajax clear setData for smoother uxClement Ho2017-01-091-2/+0
| * | Fix ajax bugClement Ho2017-01-092-8/+8
| * | Reset filters when clear search is clickedClement Ho2017-01-092-0/+12
| * | Fix clear button so that it resets the dropdowns properlyClement Ho2017-01-092-0/+12
| * | Reposition dropdown when backspace is hitClement Ho2017-01-091-12/+33
| * | Prevent droplab from opening dropdown by cleaning itClement Ho2017-01-091-0/+4
| * | Add username to page_filter_pathClement Ho2017-01-091-0/+2
| * | Fix clear buttonClement Ho2017-01-098-61/+66
| * | Fix bug where token values with 2 double quotes were not treated as a complet...Clement Ho2017-01-091-4/+11
| * | Fix bug where dropdowns would not dismiss properlyClement Ho2017-01-095-8/+15
| * | Fixed issue where dropdown would not open after clicking on a dropdown itemClement Ho2017-01-092-13/+12
| * | Code cleanupClement Ho2017-01-0910-235/+203