1. 19 1月, 2017 1 次提交
  2. 05 1月, 2017 1 次提交
  3. 15 12月, 2016 1 次提交
    • L
      Changed autocomplete_sources into an action that returns a single 'at' type of sources at a time · 1356e40f
      Luke Bennett 提交于
      Finished up autocomplete_sources action and added frontend to fetch data only when its needed
      
      Added wait_for_ajax to specs
      
      Fixed builds and improved the setup/destroy lifecycle
      
      Changed global namespace and DRYed up loading logic
      
      Added safety for accidentally loading data twice
      
      Removed destroy as its not necessary and is messing with click events from a blur race condition
      
      Created AutocompleteSourcesController and updated routes
      
      Fixed @undefined from tabbing before load ends
      
      Disable tabSelectsMatch until we have loaded data
      
      Review changes
      1356e40f
  4. 14 12月, 2016 1 次提交
  5. 16 11月, 2016 1 次提交
  6. 04 11月, 2016 1 次提交
    • J
      Cleaned up global namespace JS · b1b51b77
      José Iván 提交于
      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
      b1b51b77
  7. 26 10月, 2016 1 次提交
  8. 09 9月, 2016 1 次提交
  9. 02 8月, 2016 1 次提交
  10. 29 7月, 2016 1 次提交
  11. 25 7月, 2016 1 次提交