Skip to content
Snippets Groups Projects
  1. Aug 30, 2022
  2. Aug 29, 2022
  3. Aug 26, 2022
  4. Aug 25, 2022
  5. Aug 24, 2022
  6. Aug 23, 2022
  7. Aug 22, 2022
  8. Aug 19, 2022
  9. Aug 18, 2022
  10. Aug 17, 2022
  11. Aug 12, 2022
    • Antoine Lambert's avatar
      add_forge_now: Add last_{moderator, modified_date} fields to Request · 27e448ca
      Antoine Lambert authored
      Previously, the last moderator and modification date for an Add Forge Now
      request were retrieved by the model serializer.
      
      While it is enough for display, it prevents to sort the requests by last
      modification date when using datatables.
      
      So prefer to add the last_moderator and last_modified_date to the Request
      model instead and update their values when a new RequestHistory model
      is created.
      
      When running migrations, existing requests stored in production database
      will have the values of these new fields set according to their history.
      27e448ca
  12. Aug 10, 2022
  13. Aug 04, 2022
Loading