Skip to content

[Console] fix #9325 extend table helper to have a row divider #9680

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

Closed
wants to merge 1 commit into from

Conversation

cordoval
Copy link
Contributor

@cordoval cordoval commented Dec 2, 2013

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #9325
License MIT
Doc PR symfony/symfony-docs#3269

This PR gives the ability to insert divider rows within a table.

@@ -263,6 +263,7 @@ public static function createFromGlobals()
$request->request = new ParameterBag($data);
}

if (0 === strpos())
Copy link
Contributor Author

Choose a reason for hiding this comment

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

woah! removing immediately

@cordoval
Copy link
Contributor Author

cordoval commented Dec 2, 2013

👍 :shipit:

@wouterj
Copy link
Member

wouterj commented Dec 2, 2013

You must create a doc pr before merging this. (let's be strict again about that topic)

@cordoval
Copy link
Contributor Author

cordoval commented Dec 3, 2013

ok @wouterj i will work on it

@cordoval
Copy link
Contributor Author

cordoval commented Dec 3, 2013

@wouterj done

@hhamon
Copy link
Contributor

hhamon commented Dec 3, 2013

Maybe you could squash your commits to have only one relevant.

@cordoval
Copy link
Contributor Author

cordoval commented Dec 3, 2013

@hhamon done :shipit:

@cordoval
Copy link
Contributor Author

bump @fabpot , all good or shall i rebase?

@cordoval
Copy link
Contributor Author

@fabpot rebased

@cordoval
Copy link
Contributor Author

now i want to cook that bot @fabbot-io

  • it tries to correct cell -> sell totally out of context on the docblock
  • when i hit travis-ci rebuild button and tests now pass fabpot-io does not update history

@fabpot ^^

This PR is 👍 :shipit: it please

@fabpot
Copy link
Member

fabpot commented Mar 3, 2014

Closing in favor of #10365

@fabpot fabpot closed this Mar 3, 2014
fabpot added a commit that referenced this pull request Mar 3, 2014
…bpot)

This PR was merged into the 2.5-dev branch.

Discussion
----------

[Console] deprecated TableHelper in favor of Table

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #9788, #9680, #9325
| License       | MIT
| Doc PR        | symfony/symfony-docs#3627

This PR makes the Table helper stateless. It also adds a way to define global styles and to change/tweak existing styles easily.

The second commit adds the possibility to add a separator anywhere in the table output.

Commits
-------

21784ce [Console] make it possible to pass a style directly to Table::setStyle()
14caaec [Console] added the possibility to insert a table separator anywhere in a table output
39c495f [Console] deprecated TableHelper in favor of Table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants