Skip to content
  1. Jul 31, 2023
  2. Oct 31, 2022
  3. Oct 27, 2022
  4. Jul 07, 2022
  5. Jun 03, 2022
  6. Dec 01, 2021
  7. Jul 20, 2020
  8. Jul 17, 2020
    • Arne Jørgensen's avatar
      Make sure configured cache lifetime option is an integer · abfccffb
      Arne Jørgensen authored
      In 2bee363d we made sure the configured
      cache lifetime _must_ be an integer (using `is_int()`).
      
      Unfortunately the form submits a string even if the value was an
      integer and that git stored in the config system as string.
      
      This change:
      
      * converts the submitted value to an integer before storing it
        in the config system
      * ensures the configured value is a numeric instead of an integer before
        converting it to integer and using it
      * updates already stored numeric strings to integers in the config system
      8.x-2.0-beta5
      abfccffb
  9. Jul 16, 2020
  10. Jun 22, 2020
  11. Jun 09, 2020
  12. Nov 12, 2019