Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cakephp/bake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.1
Choose a base ref
...
head repository: cakephp/bake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.x
Choose a head ref
  • 6 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 16, 2025

  1. Don't ask for plugin path again for a vendor plugin.

    The path is already provided using the `--standalone-path` option.
    ADmad committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    3400f76 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Set pseudo method to "delete" for "Delete" links.

    This sets the `_method` hidden field in the post link form to "delete".
    ADmad committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    2ee6980 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1027 from cakephp/bug/standalone-plugin

    Don't ask for plugin path again for a vendor plugin.
    markstory authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    165e2bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1028 from cakephp/task/delete-link

    Set the pseudo method to "delete" for "Delete" links.
    ADmad authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    13de03b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Set the name for baked commands

    ADmad committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    243e2e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1030 from cakephp/command-name

    Set the name for baked commands
    markstory authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    210bcba View commit details
    Browse the repository at this point in the history
Loading