1. 21 6月, 2017 1 次提交
  2. 20 6月, 2017 1 次提交
  3. 18 6月, 2017 1 次提交
  4. 17 6月, 2017 2 次提交
  5. 15 6月, 2017 1 次提交
  6. 12 6月, 2017 1 次提交
  7. 11 6月, 2017 2 次提交
  8. 10 6月, 2017 1 次提交
  9. 09 6月, 2017 3 次提交
  10. 07 6月, 2017 1 次提交
  11. 06 6月, 2017 3 次提交
  12. 03 6月, 2017 3 次提交
  13. 02 6月, 2017 2 次提交
  14. 30 5月, 2017 3 次提交
  15. 29 5月, 2017 1 次提交
  16. 28 5月, 2017 1 次提交
  17. 27 5月, 2017 2 次提交
  18. 25 5月, 2017 4 次提交
  19. 24 5月, 2017 1 次提交
  20. 23 5月, 2017 1 次提交
  21. 22 5月, 2017 4 次提交
    • M
      AEAD encrypted cookies and sessions · 5a3ba63d
      Michael Coyne 提交于
      This commit changes encrypted cookies from AES in CBC HMAC mode to
      Authenticated Encryption using AES-GCM. It also provides a cookie jar
      to transparently upgrade encrypted cookies to this new scheme. Some
      other notable changes include:
      
      - There is a new application configuration value:
        +use_authenticated_cookie_encryption+. When enabled, AEAD encrypted
        cookies will be used.
      
      - +cookies.signed+ does not raise a +TypeError+ now if the name of an
        encrypted cookie is used. Encrypted cookies using the same key as
        signed cookies would be verified and serialization would then fail
        due the message still be encrypted.
      5a3ba63d
    • A
      We always + 1 to __LINE__ when class_evaling with << · d414881a
      Akira Matsuda 提交于
      [ci skip]
      d414881a
    • M
      Simplify handling of prerequisites in Getting Started guide [ci skip] · 65cc7b22
      Mike Gunderloy 提交于
      Telling people about prerequisites, and then telling them a page later
      how to check and install those prerequisites, is confusing. This commit
      removes the list and just handles the software installation in one
      place.
      
      Fixes #28565
      65cc7b22
    • D
      Improving docs for callbacks execution order [ci skip] · 4f395565
      dixpac 提交于
      When define callbacks latest definition on the same callback/method
      overwrites previous ones.
      4f395565
  22. 21 5月, 2017 1 次提交
    • M
      Remove obsolete Guides source files [ci skip] · 1a5d9399
      Mike Gunderloy 提交于
      * Nested Model Forms guide is out of date, not linked from index,
        and material is covered in the Form Helpers guide.
      * Profiling guide was committed as an outline years ago
        and never actually written.
      1a5d9399