Skip to content
  1. Apr 11, 2021
  2. Apr 04, 2021
  3. Feb 12, 2021
  4. Nov 17, 2020
  5. Sep 23, 2020
  6. Mar 18, 2020
  7. Mar 05, 2020
  8. Feb 12, 2020
  9. Mar 16, 2019
  10. Feb 27, 2019
  11. Feb 24, 2019
  12. Jan 06, 2019
  13. Jul 16, 2018
  14. 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
  15. Sep 20, 2017
  16. Jul 22, 2017
  17. 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
  18. Apr 27, 2017
  19. Jan 08, 2017
  20. Dec 24, 2016
  21. Nov 18, 2016
  22. Jun 05, 2016
  23. May 05, 2016
  24. Feb 11, 2016
  25. Feb 07, 2016
  26. Nov 17, 2015
  27. Aug 20, 2015
  28. Jul 25, 2015
  29. Oct 22, 2014
  30. Oct 17, 2014
  31. Oct 11, 2014