1. 18 Dec, 2018 1 commit
    • Alain Takoudjou's avatar
      [slapos_jio] add menu to view all unread messages · 347ede28
      Alain Takoudjou authored
      List unread messages of user in a listbox, once user open the message it's marked as readed and will not be listed anymore.
      
      Unread messages are show at home page, on top of Map gadget so the user will always see messages when he connect to the master.
      347ede28
  2. 17 Dec, 2018 1 commit
  3. 14 Dec, 2018 5 commits
  4. 13 Dec, 2018 16 commits
  5. 11 Dec, 2018 2 commits
  6. 06 Dec, 2018 1 commit
  7. 04 Dec, 2018 2 commits
  8. 03 Dec, 2018 3 commits
    • Thomas Gambier's avatar
      Add tests for default argument · 0c0b92fb
      Thomas Gambier authored
      0c0b92fb
    • Thomas Gambier's avatar
      CLEANUP: remove trailing spaces · 9df6ecd8
      Thomas Gambier authored
      9df6ecd8
    • Thomas Gambier's avatar
      BUGFIX: fix c931d60c · 3b8cf767
      Thomas Gambier authored
      After c931d60c, default options were changed and we didn't want that.
      
      Rewrite the code so that we have a clearer scheme:
       * all options of format are listed as FormatConfig attributes with default values
       * all values present in configuration file (.cfg) erase the previous options
       * all values present in command line erase the previous options
      
      We use the special default argparse.SUPPRESS that removes totally the arg from arg dict so that only PRESENT options erase something
      3b8cf767
  9. 30 Nov, 2018 2 commits
  10. 28 Nov, 2018 7 commits