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

Allow @Desc to appear earlier in the file #233

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

Commits on Mar 4, 2015

  1. Allow /** @desc */ to appear earlier in the code: take the last @desc

    …that appeared (backport to 1.1)
    Nicky Gerritsen committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    1ed86a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2015

  1. Add table extractor

    Nicky Gerritsen committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    1cfc721 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Add toolbar extractor

    Nicky Gerritsen committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    7a5697b View commit details
    Browse the repository at this point in the history
  2. Update table extractor to also have dropdown names extracted

    Nicky Gerritsen committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    8979bec View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2015

  1. Add icon tittle extractor

    Nicky Gerritsen committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    28d5ab4 View commit details
    Browse the repository at this point in the history
  2. Do not write date to XLIFF file

    Nicky Gerritsen committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    c85f74c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2015

  1. Also add 'help' to form extractor things

    Nicky Gerritsen committed May 15, 2015
    Configuration menu
    Copy the full SHA
    54e2eec View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2015

  1. Add message to form translations

    Nicky Gerritsen committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    228f0a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. Add placeholder to translate

    Nicky Gerritsen committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    494c0a5 View commit details
    Browse the repository at this point in the history
  2. ...Fixes

    Nicky Gerritsen committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    a2761f8 View commit details
    Browse the repository at this point in the history
  3. fixes

    Nicky Gerritsen committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    c2587b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Merge remote-tracking branch 'upstream/master'

    * upstream/master: (87 commits)
      Set Loggers on NodeVisitors at construct time
      Added types in doc blocks
      added docblocks, minor changes here and there, removal of unused properties/variables
      Updated changelog prior release.
      Update changelog
      Set xlf as default file format
      Inverting key and value of a choice type depending of choices_as_values strategy
      Added tests for Extension, compiler passes, controller and config
      Fix logger interface calls
      Symfony 3.0 compat
      update php-parser to either 1.4.1 or 2.x
      Changing the default answer to "Tests pass?" to "no"
      Removed installation instructions for Symfony 2.0.x
      Prepare for release 1.2.1
      getting rid of the twig text extension
      transchoiceWithDefault on SF2.3
      Make sure to require symfony/symfony instead of symfony/framework-bundle
      remove unused injected container
      remove unused use statement
      injected request into controller action
      ...
    Nicky Gerritsen committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    3657b0c View commit details
    Browse the repository at this point in the history
  2. Use methods option

    Nicky Gerritsen committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    6a02603 View commit details
    Browse the repository at this point in the history