Skip to content
  1. May 23, 2023
  2. Apr 11, 2023
  3. Apr 08, 2023
  4. Mar 05, 2023
  5. Feb 12, 2023
  6. Feb 04, 2023
  7. Jan 29, 2023
  8. Feb 28, 2022
  9. Jan 26, 2022
  10. Aug 27, 2021
  11. Apr 11, 2021
  12. Apr 04, 2021
  13. Feb 12, 2021
  14. Nov 17, 2020
  15. Sep 23, 2020
  16. Mar 18, 2020
  17. Mar 05, 2020
  18. Feb 12, 2020
  19. Mar 16, 2019
  20. Feb 27, 2019
  21. Feb 24, 2019
  22. Jan 06, 2019
  23. Jul 16, 2018
  24. Nov 18, 2017
    • ntome's avatar
      cmb/cmmc: replicate cmso BackendConfig · 2e68fdd3
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      cmb and cmso are AbstractModules of cmso, which allows them to inherit cmso's
      content. However, the inheritance is only done when instanciating the module.
      When adding a backend with weboob command-lines, the module is NOT
      instanciated yet and thus does not inherit the CONFIG attribute, so the
      default empty CONFIG is used and the module cannot be configured.
      
      https://git.weboob.org/weboob/devel/issues/44
      
      A workaround is to copy the CONFIG of the PARENT module so it does not need
      to be instanciated.
      
      A real fix would be to find a way to inherit the PARENT module class before
      using the module's CONFIG (or anything else), with a dependency system at
      best.
      2e68fdd3
  25. Sep 20, 2017
  26. Jul 22, 2017
  27. Jul 08, 2017
    • ntome's avatar
      modules: fix AbstractBrowser use · 2398d2e9
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      The weboob arg should now be passed as a kwarg, this avoids passing
      multiple times the weboob as positional argument in case of multiple
      AbstractBrowser.
      2398d2e9
  28. Apr 27, 2017
  29. Jan 08, 2017
  30. Dec 24, 2016