Skip to content
Snippets Groups Projects
  1. Jun 25, 2020
    • Antoine Lambert's avatar
      templates/browse/search: Slightly modify search results UI · e5f80ec6
      Antoine Lambert authored
      Rename "Visit type" back to "Origin type" as this is more comprehensible for
      a user not familiar with SWH data model.
      
      Rename "Visit status" to "Archiving status" and simplify some tooltips for
      the same reason.
      
      Wrap some long code lines in origin search related Javascript code.
      
      Closes T2320
      e5f80ec6
    • Antoine Lambert's avatar
      templates/vault-create-tasks: Improve cooking request submission UX · 48874d55
      Antoine Lambert authored
      Instead of visiting the Downloads page each time a cooking request is submitted
      simply display an HTML alert at the botom left of the viewport indicating
      vault task creation success.
      
      Use the same reporting system to display vault service related errors.
      
      Closes T2321
      48874d55
  2. Jun 24, 2020
  3. Jun 23, 2020
  4. Jun 22, 2020
  5. Jun 19, 2020
  6. Jun 18, 2020
  7. Jun 17, 2020
  8. Jun 16, 2020
    • Antoine Lambert's avatar
      templates/layout: Add a switch to toggle full width rendering · 2740baa1
      Antoine Lambert authored
      Add a switch in the top left part of the UI in order to toggle full width
      rendering of web application content.
      
      This can be useful for high resolution screens or to extend the viewport width
      for source code rendering.
      
      The full width rendering state is also saved in browser local storage in order
      to restore it on each web application page load.
      
      Closes T2456
    • Antoine Lambert's avatar
      api: Update /revision/(sha1_git)/log/ endpoint · ab6de4ee
      Antoine Lambert authored
      Clarify the order in which revisions are returned (BFS) in documentation.
      
      Stop returning next-link in response headers as it is not sufficient to properly
      resume the BFS traversal on the revision graph.
      
      Remove any references to pagination in documentation and rename per_page query
      parameter to limit (also set its max value to 1000).
      
      Add warning in documentation explaining how a client can obtain the full BFS
      traversal of the revision graph.
      
      Remove useless optional prev_sha1s URL argument.
      
      Closes T2450
      ab6de4ee
  9. Jun 15, 2020
  10. Jun 12, 2020
  11. Jun 11, 2020
  12. Jun 09, 2020
  13. Jun 08, 2020
  14. Jun 05, 2020
  15. Jun 04, 2020
Loading