1. 07 Mar, 2016 13 commits
  2. 04 Mar, 2016 6 commits
  3. 03 Mar, 2016 3 commits
  4. 02 Mar, 2016 12 commits
  5. 01 Mar, 2016 2 commits
  6. 29 Feb, 2016 2 commits
  7. 26 Feb, 2016 1 commit
  8. 25 Feb, 2016 1 commit
    • Sebastien Robin's avatar
      simulation: stop generating simulation movement ids longer at every split · 16f16629
      Sebastien Robin authored
      When a delivery was splitted, then the new delivery was also splitted,
      and so on, we were generiting ids like "1_split_0_split_0_split_0_split_0...".
      It ended having simulation having a path up to 240 characters on some projects
      due to this (near 255 catalog limit).
      
      For keeping some information on the split, only keep "_split_" one time in the
      id. If we really need to know exactly from which simulation movement a new
      splitted simulation movement is coming from, we should use something else than
      id.
      16f16629