Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rework: URI creation and URL helper #7282

Merged
merged 34 commits into from
Aug 16, 2023

Commits on Aug 16, 2023

  1. refactor: current URI creation

    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d01c783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc0a1b8 View commit details
    Browse the repository at this point in the history
  3. test: fix incorrect REQUEST_URI

    The public is a folder, so should be end with `/`.
    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    468b8b5 View commit details
    Browse the repository at this point in the history
  4. test: update FormHelperTest

    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c29c172 View commit details
    Browse the repository at this point in the history
  5. test: fix failed test

    In GitHub Actions:
    Error: Call to undefined method CodeIgniter\HTTP\URI::siteUrl()
    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e68379e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8464087 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76dfd39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0674874 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de46d3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9827e0e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3207842 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4ba66d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ec7fbc View commit details
    Browse the repository at this point in the history
  14. fix: out-of-dated parameters

    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f00cd8c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7017919 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    715bd00 View commit details
    Browse the repository at this point in the history
  17. docs: add doc comments

    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f24ca6a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7514d6d View commit details
    Browse the repository at this point in the history
  19. docs: add @deprecated versions

    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ae4f7c8 View commit details
    Browse the repository at this point in the history
  20. docs: update user guide

    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6c83470 View commit details
    Browse the repository at this point in the history
  21. docs: add @deprecated versions

    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e4a2523 View commit details
    Browse the repository at this point in the history
  22. docs: add Deprecations

    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c2f8860 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e01d622 View commit details
    Browse the repository at this point in the history
  24. docs: fix section level

    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    eeca9e9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9752815 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d80c7b5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3a76189 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0eebc5e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d9a5a6d View commit details
    Browse the repository at this point in the history
  30. test: remove redundant test

    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    546d112 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    16621bf View commit details
    Browse the repository at this point in the history
  32. docs: add upgrade_440

    kenjis committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    cce185c View commit details
    Browse the repository at this point in the history
  33. docs: fix typo

    Co-authored-by: MGatner <mgatner@icloud.com>
    kenjis and MGatner committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f35dc9b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c6f3d57 View commit details
    Browse the repository at this point in the history