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