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

added example for info() #5632

Closed
wants to merge 46 commits into from
Closed

Conversation

OskarStark
Copy link
Contributor

No description provided.

wouterj and others added 30 commits March 1, 2015 16:15
Terminate the `tip` directive with a blank line.
* 2.7:
  Added February changelog
  Minor fixes and added Fabric tool
  Fixed case where definition service is an alias
  Fixed grammar issues
  Improved the text of the links
  Updated the contents of the generic Deployment article
  Fixed semantic error

Conflicts:
	changelog.rst
This PR was merged into the master branch.

Discussion
----------

[Changelog] fix changelog syntax

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 3.0+
| Fixed tickets |

Terminate the `tip` directive with a blank line.

Commits
-------

653ac94 fix changelog syntax
* 2.7: (38 commits)
  Update configuration.rst
  Update configuration.rst
  Readability
  [symfony#4875] Minor language tweaks
  [symfony#4779] Minor tweaks to a huge PR
  [symfony#4724] Minor language tweaks and cross-link to form theming
  [Serializer] Fix CS
  document the validation payload option
  Fixed some of the comments
  [symfony#4793] Very minor tweak that sounds more natural
  [symfony#4732] Tweaking language, clarifying purpose of disabling form and that you can disable CSRF on 1 form
  [symfony#4732] Tweaking language, clarifying purpose of disabling form and that you can disable CSRF on 1 form
  [config][translator] use the new fallbacks option.
  add missing reference options and descriptions
  Linked "logrotate" to its official website
  Minor rewording
  Added a note about log file sizes and the use of logrotate
  Use snake_case for template names
  Fixed minor grammar issues
  Made http cache chapter best-practices-compatible and lots of other fixes
  ...
* 2.7: (103 commits)
  Backporting some stuff from 2.7, that I think must have gotten merged only there by accident
  [symfony#5064] Minor language tweaks
  Fixing bad merge conflict (forgot to save!)
  Remove unnecessary component reference
  Correct RegisterListenersPass namespace
  Fix service id
  Switched the first example to a static constructor method
  added some more components for Tobion as a merger
  Fixed variable name in : Reference -> validation constraints -> count -> basic usage -> PHP
  [symfony#5036] Typo fix (probably mine originally) caught by xabbuh
  reword to serves
  Adding a link to define "lts"
  Better wording
  Minor improvement for symfony-installer with LTS
  Updating for new security service names in 2.6
  [symfony#5033] Tweaking variable name to "match" the service id
  [symfony#5017] Minor language tweaks
  [symfony#5015] Updating the security service name for 2.6 - thanks to Cordoval
  [symfony#5015] Very small tweak
  [symfony#5011] Adding one more fix I missed
  ...
* 2.7:
  Removing micro-optimization note about @template
* 2.7: (47 commits)
  Removed duplicate "long"s
  terminate file with newline
  move title back and move description to separate file as suggested in PR symfony#4892
  move title out of included file as suggested in PR symfony#4892
  Add possible values for widget_type
  [symfony#4842] Making 2 sentences
  changes as suggested by WouterJ in pull request symfony#4842
  Add meaning of yellow icon for number of queries
  Fixing bad link name
  fix typo in event flow diagrams
  Many fixes thanks to stof, WouterJ, xabbuh and dupuchba
  added Jakub as a merger for the DomCrawler component
  Changes thanks to WouterJ and xabbuh
  [symfony#5094] Removing mkdir - it's not needed (thanks xabbuh)
  some tweaks to symfony#4601
  Moving index down to correct section
  [symfony#4989] Language tweaks and making the example simpler
  Remove useless setLocale() call and add code block with locale setter
  Finaly touches on translation locale setting note
  Review note about setting the translator locale in a controller.
  ...
* 2.8:
  [symfony#5098] Minor fix so controller in dumped apache matches _controller route information above
  fix code block order
  Update process.rst
  [Cookbook] Add warning about Composer dev deps on Heroku
  Added a note against using the Apache Router
  Implemented all the changes suggested by reviewers
  Minor rewording
  Reviewed Configuration cookbook articles
  Reviewed Cache cookbook articles
* 2.8:
  Fix broken link in security chapter
  Add version 2.8 to the release roadmap
  bug symfony#5162 Fix misplelled XliffFileLoader class in the Using Domains (Nicola Pietroluongo)
  Fix misplelled XliffFileLoader class in the Using Message Domains example
  Removing a section about Roles that I think has no real use-case
  add missing security advisories
  Fix misplelled XliffFileLoader class in the Using Message Domains example
  Use correct Session namespace
* 2.8:
  Remove horizontal scrollbar
  Fixed typo.
  Minor rewording
  Fixed a minor grammar issue
  Minor rewording
  Fixed some typos
  Improved the explanation about the "secret" configuration parameter
* 2.8:
  Rewrite utf8mb4 cautions, add comment into sample configuration
  Add backticks for code-styling
  Indenting caution block to nest it inside the sidebar
  Revert "Fix example name to avoid breaking collision with standard data-collectors"
  Revert "Add a cautionary note telling users where the "standard" data-collector names can be found."
  Add a cautionary note telling users where the "standard" data-collector names can be found.
  Fix example name to avoid breaking collision with standard data-collectors
  Change MySQL UTF-8 examples to use utf8mb4, which is closer to the standard most people would expect
  [Cookbook] Custom compile steps on Heroku
  Added information about the Symfony Demo application
  Renamed precision option to scale
* 2.8: (25 commits)
  Update doctrine.rst
  Doctrine Custom Mapping
  fixing whitespace
  Update NotBlank to reflect the actual validation
  Updated autoload standard to PSR-4.
  remove unnecessary code
  uppercase "dependency injection"
  use "Symfony Framework" instead of "Symfony framework"
  use "Form component" instead of "form framework"
  use "full-stack" instead of "full stack"
  unify exception usages
  unify event subscriber usages
  use "console command" instead of "Console Command"
  unify EventDispatcher/event dispatcher usages
  use boolean instead of Boolean
  use "object-oriented" instead of "object oriented"
  "web debug toolbar" instead of "Web Debug Toolbar"
  use "stylesheet" instead of "Stylesheet"
  unify "Symfony Standard Edition" usages
  consistency, replace "save-handler" with "save handler"
  ...
* 2.8: (67 commits)
  Update data_collector.rst
  Updated types articles
  Improve invalid user provider exception message
  Check user provider type
  Use configured user provider instead of injection
  Reviewed form type options includes
  Update authentication.rst
  Update authentication.rst
  Remove Serial Comma
  Update validation.rst
  Improve Choice Validation Constraint Example
  Clarify `query_builder` closure return type
  Remove indentations for all-whitespace lines.
  Fix incorrect instructions regarding linking to the "full panel", improve roll-over data example.
  Flesh out twig-template for custom data-collector
  Simply moving new section down a little lower - I believe some of the other options are a bit more common (totally subjective)
  describe the allow_extra_fields form option
  another fix!
  Fixing things thanks to Wouter
  Tweaks to the new using commands in a controller article
  ...
* 2.8: (21 commits)
  Adding one more note about why we're in config.yml
  [symfony#5302] Re-reading sections after moving them, and tweaking some things that did not make sense anymore
  Update doctrine.rst
  Place DQL in front of QueryBuilder
  Slight re-wording of new paragraph with the goal of being as short as possible
  Fix formatting error
  Created a new section for rotating log files and explained the max_files configuration option
  Fixes after review
  [VarDumper] Add doc for assertDump* assertions
  Changed comment from # to //
  Applied comments
  [BestPractices] restructured text format for the installation instructions template
  Better illustrate what the "user mistake" is.
  Fix typo
  Added new recipe on upgrading a major version
  Fix little title case mistake
  Created 'upgrade' cookbook section
  Added XML and PHP configuration samples
  Added a note about the rotating_file monolog handler
  Changing back to config.yml and fixing some code block mistakes thanks to Wouter
  ...
weaverryan and others added 16 commits May 29, 2015 11:25
* 2.8:
  Fix thanks to Wouter
  Added a section about the framework
  Tweaks thanks to Mr @javiereguiluz
  Adding a new entry about deprecation warnings
This PR was merged into the master branch.

Discussion
----------

Update create_form_type_extension.rst

Commits
-------

0c089ec Update create_form_type_extension.rst
* 2.8: (24 commits)
  [symfony#5331] Tiny typo
  [symfony#5373] Small tweak per Stof's comment
  Added depreciation note for the cascade_validation constraint and updated position of depreciation notes
  [PSR-7] Bridge documentation
  Fix after install URL and new photo since AcmeDemoBundle is not part of 2.7
  Fixed a minor grammar issue
  Fixed typos
  Link to the official repository of the bundle.
  Added mentions to some popular (and useful) Symfony bundles
  [symfony#5095] Fixing a typo and updating to a more realistic example
  [Components][ClassLoader] remove DebugClassLoader
  [symfony#4228] Move synthetic services to its own recipe
  clarify bundle installation instructions
  Implemented the suggestions made by Christian and Wouter
  Replace phpDocumentor by the standard PHPDoc
  Implemented the changes suggested by reviewers
  Fixed an internal link reference
  Reviewed the Bundles cookbook articles
  Updated the list of reserved domains and the URL reference
  Use the reserved domains example.com and example.org
  ...
* 2.8:
  Remoing link to now-gone web section
  Fixes thanks to Wouter!
  removing reference that I removed
  removing duplicate reference
  Lots of updates thanks to @javiereguiluz!
  adding missing reference
  Proofread!
  Complete rewrite of the page creation chapter to be much shorter
  WIP
  Fixed some issues reported by Wouter
  Fixed minor issue with the title case
  Added a mention to the Symfony Demo application
* 2.8: (122 commits)
  moving options below basic usage
  changing a few orders of sections - mostly to move overridden after the main options
  Rewrite note a bit
  fix capitalization
  tweak headline to be consistent with 2.6
  [Contributing] [Standards] Added entry for identical comparison
  Wrap the table creation inside the class extending Command, so users know where the  comes. They can use it as standalone when needed
  [Serializer] Array Denormalization
  [Cookbook][Assetic] complete a sentence
  Fixing "Undefined method" error on Symfony 2.7
  [symfony#5293] Tweak to link to the article about parent bundles
  Minor tweak to remove FOSUserBundle example and replace with a link to the doc about this
  overriding 3rd party bundles
  Adjust line wrapping
  Add formatting for file and method names
  Update load_balancer_reverse_proxy.rst
  removing upgrading.rst - this has already been moved into several documents in its own section
  [symfony#5166] Minor tweaks
  Revert "Changed dump() to var_dump()"
  Changed dump() to var_dump()
  ...
* 2.8: (22 commits)
  Changed PhpStormOpener to PhpStormProtocol
  [symfony#5402] Being explicit what this applies to (it should not apply to things like >=)
  [Contributing] [Conventions] Added entry for Yoda conditions
  Added the "payload" option back
  Show annotations first
  Reordered the code blocks to show Annotations, YAML, XML and PHP
  Fixed the issues reported by @xabbuh
  Finished the documentation of the new data comparison validators
  Added information about the new date handling in the comparison constraints and Range
  Document security.switch_user event
  [symfony#5332] typo
  [symfony#5335] Minor tweaks
  document new Doctrine APC cache service
  Added some more docs about the remember me feature
  [Serializer] Updated the cookbook.
  Fixed a minor grammar issue
  Fixed a minor grammar issue
  [Serializer] ObjectNormalizer, object_to_populate doc. Minor enhancements.
  Added support for standard Forwarded header
  Added support for standard Forwarded header
  ...
* 2.8:
  [symfony#5423] Minor tweaks to new voter update
  Added a link to the AbstractVoter cookbook
  Fixed some typos
  Removed the abstract_voter.rst.inc file
  add fixes to abstract_voter include file
  fix problems pointed out by @javiereguiluz and @cordoval
  add & update doc entries on AbstractVoter implementation
  use HTTPS for links to symfony.com
  data transformers cookbook service definition typo
  5370 simplify original sentence
  fixing standard and fixing missing argument in php+xml formats
  Updating for AppBundle and purposefully *not* doing work on configure
  5370 rewrite sentence about fingers crossed handler action level
* 2.8: (74 commits)
  Updated doc references in the map.rst.inc file
  Removed the numbers from the file names
  Made a lot of improvements suggested by reviewers
  removed external references alignement
  made some changes to better integrate the tutorial into the current documentation
  fixed markup
  added the new tutorial in the main index
  move things around
  removed versions when adding Symfony component with Composer
  updated the whole book (changes mainly related to Composer)
  Update part06.rst
  updated code for Symfony 2.3 and made minor tweaks to the text
  reworded slightly some sentence to convert the text from a series of articles to a book
  removed unused references
  added missing links
  removed a note that is not relevant anymore
  added an index file
  removed usage of the ClassLoader component in favor of Composer
  updated composer autoload path
  removed the paragraph about CS as we now have standards
  ...
@OskarStark
Copy link
Contributor Author

hmm, looks like my rebase was wrong :(

@javiereguiluz
Copy link
Member

I'm trying to finish this PR in #6091. @OskarStark thanks for your contribution. As usual, I tried to create the new PR based on your work so your commits don't get lost and you get full credit for your work. Unfortunately I wasn't able to do that in this case (blame it on my poor git skills). I'm really sorry about that.

@xabbuh xabbuh closed this Dec 30, 2015
@OskarStark
Copy link
Contributor Author

no problem @javiereguiluz 👍

wouterj added a commit that referenced this pull request Jan 7, 2016
This PR was merged into the 2.3 branch.

Discussion
----------

Added an example for info() method

| Q             | A
| ------------- | ---
| Doc fix?      | no
| New docs?     | yes
| Applies to    | all
| Fixed tickets | -

This PR just rebases the work made by @OskarStark in #5632.

Commits
-------

f966c0f Fixed another typo
26a8d1f Fixed a typo
9922273 Added an example for info() method
@OskarStark OskarStark deleted the info-example branch June 17, 2019 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants