1. 24 May, 2021 11 commits
  2. 21 May, 2021 2 commits
  3. 20 May, 2021 1 commit
  4. 19 May, 2021 2 commits
  5. 18 May, 2021 3 commits
  6. 17 May, 2021 3 commits
  7. 12 May, 2021 4 commits
  8. 11 May, 2021 9 commits
  9. 10 May, 2021 2 commits
  10. 07 May, 2021 3 commits
    • Jérome Perrin's avatar
      core: normalize name of "Permissions" tabs on workflow and states · e8cb8cba
      Jérome Perrin authored
      Let's be consistent and use "Permissions" everywhere.
      e8cb8cba
    • Jérome Perrin's avatar
      Support PluggableAuthService 1.10.0 · 39b325be
      Jérome Perrin authored
      See merge request !1405
      39b325be
    • Jérome Perrin's avatar
      l10n_fr,l10n_jp: Fix translation of "Open" · b6dcbc19
      Jérome Perrin authored
      In English, "Open" means both the action of openning and the state when something
      is open. Several workflows have the problem that the "Open" transition is
      translated to something that does not describe the action, but the state.
      
      We have a mechanism to override the translation for a state, by translating
      `Word [{state_title} state in {workflow_id}]`, but we don't have such mechanism
      for transitions, so when "Word" exist both as a transition and a state, "Word"
      should be the translation of the transition and we should have translations in
      context for all the workflow states.
      b6dcbc19