1. 23 3月, 2017 5 次提交
  2. 22 3月, 2017 1 次提交
  3. 21 3月, 2017 6 次提交
  4. 20 3月, 2017 3 次提交
  5. 19 3月, 2017 1 次提交
    • S
      Fix Error 500 when application settings are saved · 681af5bc
      Stan Hu 提交于
      Due to a Rails bug, fetching the application settings from Redis
      may prevent the attribute methods from being loaded for the `ApplicationSetting`
      model. More details here: https://github.com/rails/rails/issues/27348
      
      There was also a secondary problem introduced by overriding these
      association methods which caused all default visibility levels to be
      set to `nil`. Before, the previous implementation allowed the string
      "20" to be saved as an integer, while now a table lookup happens
      before that. We fix this by enforcing the integer value in the
      controller and default to PRIVATE.
      
      Closes #29674
      681af5bc
  6. 18 3月, 2017 2 次提交
  7. 17 3月, 2017 2 次提交
  8. 16 3月, 2017 5 次提交
  9. 15 3月, 2017 2 次提交
  10. 14 3月, 2017 2 次提交
  11. 13 3月, 2017 9 次提交
  12. 10 3月, 2017 2 次提交