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

Restructuring controller delete #8

Closed
wants to merge 17 commits into from
Closed

Commits on Dec 21, 2014

  1. Configuration menu
    Copy the full SHA
    5b0c519 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Commence the pain

    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    4c11eae View commit details
    Browse the repository at this point in the history
  2. Initial psr2 fixes

    The result of running:
    
    	php-cs-fixer fix --level=psr2
    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    58062c1 View commit details
    Browse the repository at this point in the history
  3. add an editor config file

    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    b9ea65e View commit details
    Browse the repository at this point in the history
  4. Doc block indentation

    The result of:
    
        php-cs-fixer fix --fixers=phpdoc_indent
    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    e775725 View commit details
    Browse the repository at this point in the history
  5. Basic fixes to bake templates

    Which the fixer can't process since they contain parse errors in their
    raw format
    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    f0f0846 View commit details
    Browse the repository at this point in the history
  6. Fix end braces in tempalte files

    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    b30b9d9 View commit details
    Browse the repository at this point in the history
  7. The fixer renamed all the class tests to match the filename

    So, undo that
    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    2846c26 View commit details
    Browse the repository at this point in the history
  8. Correct braces in expectation

    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    0a521dc View commit details
    Browse the repository at this point in the history
  9. Manually apply tab->spaces

    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    b70462e View commit details
    Browse the repository at this point in the history
  10. Indent with spaces, not tabs

    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    7097630 View commit details
    Browse the repository at this point in the history
  11. Some tabs that got away

    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    4b63e46 View commit details
    Browse the repository at this point in the history
  12. Replace tab characters in strings

    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    3641b14 View commit details
    Browse the repository at this point in the history
  13. Remove duplicate test file

    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    72e23db View commit details
    Browse the repository at this point in the history
  14. Missing one space of indentation

    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    995fdc2 View commit details
    Browse the repository at this point in the history
  15. Some more tabs that got away

    AD7six authored and aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    eb05f04 View commit details
    Browse the repository at this point in the history
  16. Restructuring controller delete cakephp#2

    Conflicts:
    	src/Template/Bake/Element/Controller/delete.ctp
    aleixfabra committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    d9e2a49 View commit details
    Browse the repository at this point in the history