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

Configuration Endpoint, PSR-2, Add tests (#1) #1

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

hunaczech
Copy link

@hunaczech hunaczech commented May 26, 2016

  • integrate tracy debug, endpoint for configuration profiles
  • added circleci, standards psr2

* integrate tracy debug, endpoint for configuration profiles

* added circleci with autodeploy, standards psr2

* remove autodeploy
throw new ActionNotFoundException(sprintf('Controller "%s" not found', $controller_name));
}
if (!method_exists($controller_class, $action)) {
throw new ActionNotFoundException(sprintf($action, ' for controller "%s" not found', $controller_name));
Copy link
Member

@Zemistr Zemistr May 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hunaczech
Jsou zde chybně zapsány argumenty. Správně by to mělo být:

sprintf('"%s" for controller "%s" not found', $action, $controller_name)

V aktuálním formátu by to vypsalo pouze hodnotu $action

Prosím o opravu

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixnu, btw. podivej se pres annotate kdo to psal :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ty 😄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Respektive je to z tvého pull requestu 😄

luckeRr and others added 10 commits June 8, 2016 12:18
* WIP - added md5 to image

* Add possibilities to exclude images

* Add more images to excluded
* Resize & Place command to make fixed rect

* Set all profiles as square
* Command for render new profile images

* Loading file doesn't create new MD5 file hash

* Saving file doesn't create new MD5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants