1. 09 Oct, 2014 3 commits
  2. 07 Oct, 2014 2 commits
  3. 01 Oct, 2014 2 commits
  4. 27 Sep, 2014 1 commit
  5. 15 Sep, 2014 1 commit
  6. 14 Sep, 2014 1 commit
  7. 19 Aug, 2014 2 commits
  8. 07 Aug, 2014 2 commits
  9. 02 Aug, 2014 3 commits
  10. 17 Jul, 2014 1 commit
    • Neil Monroe's avatar
      Target main button for updates more explicitly. · 898e671e
      Neil Monroe authored
      When updating the button text/title, target only the main button. This allows for additional buttons in templates to remain unaffected. For example, extra buttons in the filter template.
      898e671e
  11. 11 Jul, 2014 1 commit
    • Nicholas Nieslanik's avatar
      Fixing the initialization of the selected items in the multi-select for... · 1782cb98
      Nicholas Nieslanik authored
      Fixing the initialization of the selected items in the multi-select for Knockout.js binding integration.  Currently a persisted binding value isn't being initialized correctly when using KO.  Instead the selectedOptions are only being set on during the update binding function or when the observableArray is changed.  With this fix, if the observableArray has initial values, they are selected as necessary.s
      1782cb98
  12. 10 Jul, 2014 1 commit
    • goncons's avatar
      Little correction to dataprovider. · 3e96c7e0
      goncons authored
      There is a little correction to the method dataprovider, the parameters for the callback function are index, value.  Probably the problem is that in the forEach method of an array this two parameters are inverted.
      3e96c7e0
  13. 08 Jul, 2014 1 commit
  14. 04 Jul, 2014 2 commits
  15. 15 Jun, 2014 1 commit
  16. 30 May, 2014 1 commit
  17. 29 May, 2014 1 commit
  18. 23 May, 2014 2 commits
  19. 07 May, 2014 1 commit
  20. 23 Apr, 2014 2 commits
    • Jorg10's avatar
      Update bootstrap-multiselect.js · d2ad4795
      Jorg10 authored
      Added Array forEach function for browsers that don't support EcmaScript5 (IE 8/9)
      d2ad4795
    • Tyf0x's avatar
      ** Bugfix ** · 3757ccd6
      Tyf0x authored
      -> The deselectall function was deselecting all options regardless of their visibility. It now takes it into account.
      3757ccd6
  21. 22 Apr, 2014 1 commit
    • Tyf0x's avatar
      ** Bugfix & selector performance improvement ** · e733c262
      Tyf0x authored
      -> Fixed a bug where disabled options where incorrectly selected using the 'select-all'
      -> Changed the jQuery .not() selector in favor of the css native :not() to slightly improve performance
      e733c262
  22. 11 Apr, 2014 2 commits
  23. 07 Apr, 2014 1 commit
    • conradfr's avatar
      Option groups support for the dataprovider method · 7c796575
      conradfr authored
      Use the same format as Select2 : [{children: array (of options), [title: string]}]
      
      Additionally :
      - if no title is given, use the generic "Group n", with n as group index.
      - for options if no label is given, use value as label
      7c796575
  24. 02 Apr, 2014 1 commit
  25. 01 Apr, 2014 3 commits
  26. 31 Mar, 2014 1 commit