1. 20 Feb, 2020 2 commits
  2. 19 Feb, 2020 3 commits
  3. 18 Feb, 2020 5 commits
  4. 16 Feb, 2020 2 commits
  5. 14 Feb, 2020 5 commits
  6. 13 Feb, 2020 13 commits
  7. 12 Feb, 2020 7 commits
  8. 11 Feb, 2020 3 commits
    • JC Brand's avatar
      Generate new pot and po files · ad4c6dd6
      JC Brand authored
      ad4c6dd6
    • JC Brand's avatar
      Translation and undefined variable fixes · 181d18fc
      JC Brand authored
      181d18fc
    • GriZmio's avatar
      Allow ignore bootstrap modules at build (#1852) · 897d3af2
      GriZmio authored
      * This allow you to ignore some bootstrap modules you have already included/imported
      to your project. Fix error: In a webpage you are already using bootstrap and have
      a dropdown, but you have to click twice to make it work, because conversejs added
      another handler.
      
      * Add:
         - Allow ignoring bootstrap modules using environment variable: BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown".
           Example: export BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown" ; make dist
      897d3af2