Skip to content

Commit de215cb

Browse files
committed
bundles in sync
1 parent a38b4ee commit de215cb

File tree

9 files changed

+51
-12
lines changed

9 files changed

+51
-12
lines changed

bundles/DoctrineMigrationsBundle/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ standardno izdajo. Dodajte sledeče v vašo datoteko ``composer.json``:
2323
2424
{
2525
"require": {
26-
"doctrine/migrations": "dev-master",
27-
"doctrine/doctrine-migrations-bundle": "dev-master"
26+
"doctrine/migrations": "1.0.*@dev",
27+
"doctrine/doctrine-migrations-bundle": "2.1.*@dev"
2828
}
2929
}
3030

bundles/DoctrineMongoDBBundle/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Once you have your repository, you have access to all sorts of helpful methods::
375375
// find *all* products
376376
$products = $repository->findAll();
377377

378-
// find a group of products based on an abitrary column value
378+
// find a group of products based on an arbitrary column value
379379
$products = $repository->findByPrice(19.99);
380380

381381
.. note::
@@ -799,8 +799,8 @@ Learn more from the Cookbook
799799
.. _`Basic Mapping Documentation`: http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/basic-mapping.html
800800
.. _`MongoDB type`: http://us.php.net/manual/en/mongo.types.php
801801
.. _`Mapping Types Documentation`: http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/basic-mapping.html#doctrine-mapping-types
802-
.. _`Query Builder`: http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/query-builder-api.html
803-
.. _`Conditional Operators`: http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/query-builder-api.html#conditional-operators
804-
.. _`Event Documentation`: http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/events.html
802+
.. _`Query Builder`: http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/query-builder-api.html
803+
.. _`Conditional Operators`: http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/query-builder-api.html#conditional-operators
804+
.. _`Event Documentation`: http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/events.html
805805
.. _`PHP Documentation`: http://www.php.net/manual/en/mongo.tutorial.php
806806
.. _`UniqueEntity`: http://symfony.com/doc/current/reference/constraints/UniqueEntity.html

bundles/SensioFrameworkExtraBundle/annotations/cache.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ configuration, the latter overrides the former::
5252
HTTP Validation Strategies
5353
--------------------------
5454

55+
.. caution::
56+
57+
Support for HTTP validation strategies was introduced in SensioFrameworkExtraBundle
58+
3.0. This bundle version can only be used with Symfony 2.4 or later (see
59+
:ref:`the SensioFrameworkExtraBundle release cycle <release-cycle-note>`).
60+
5561
The ``lastModified`` and ``ETag`` attributes manages the HTTP validation cache
5662
headers. ``lastModified`` adds a ``Last-Modified`` header to Responses and
5763
``ETag`` adds an ``ETag`` header.

bundles/SensioFrameworkExtraBundle/annotations/converters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ definition.
262262

263263
.. tip::
264264

265-
If you would like to inject services or additional arguments to custom param converter, the priority shouldn't
265+
If you would like to inject services or additional arguments into a custom param converter, the priority shouldn't
266266
be higher than 1. Otherwise, the service wouldn't be loaded.
267267

268268
.. tip::

bundles/SensioFrameworkExtraBundle/annotations/security.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
@Security
22
=========
33

4+
.. caution::
5+
6+
Anotacija ``@Security`` je bila predstavljena v SensioFrameworkExtraBundle
7+
3.0. Ta verzija paketa je lahko uporabljena samo s Symfony 2.4 ali novejšim (glejte
8+
:ref:`the SensioFrameworkExtraBundle proces izdaj <release-cycle-note>`).
9+
410
Uporaba
511
-------
612

bundles/SensioFrameworkExtraBundle/index.rst

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ konvencije in anotacije. Omogoča bolj jedrnate krmilnike.
88
Namestitev
99
----------
1010

11-
`Prenesite`_ paket in ga dajte pod imenski prostor ``Sensio\Bundle\``.
11+
Pred uporabo tega paketa v vašem projektu, ga dodajte v vašo datoteko ``composer.json``:
12+
13+
.. code-block:: bash
14+
15+
$ composer require sensio/framework-extra-bundle
16+
1217
Nato ga, kot vsak drug paket, vključite v vaš razred Kernel::
1318

1419
public function registerBundles()
@@ -22,6 +27,18 @@ Nato ga, kot vsak drug paket, vključite v vaš razred Kernel::
2227
...
2328
}
2429

30+
.. _release-cycle-note:
31+
32+
.. note::
33+
34+
Od SensioFrameworkExtraBundle 3.0 je njen proces izdaj nesinhroniziran
35+
s Symfony-jevem procesom izdaj. To pomeni, da lahko enostavno naredite require
36+
``sensio/framework-extra-bundle: ~3.0`` v vaši datoteki ``composer.json``
37+
in Composer bo avtomatsko izbral najnovejšo verzijo paketa za vas.
38+
Uporabiti morate Symfony 2.4 ali novejši za ta potek dela. Pred Symfony
39+
2.4, zahtevana verzija SensioFrameworkExtraBundle bi morala biti
40+
enaka kot je vaša verzija Symfony.
41+
2542
Če planirate uporabiti ali ustvariti anotacije za krmilnike, zagotovite posodobiti
2643
vaš ``autoload.php`` z dodajanjem sledeče vrstice::
2744

@@ -157,5 +174,4 @@ Usmeritve morajo biti uvožene, da so aktivne kot katerikoli drugi viri usmerite
157174
glejte :ref:`Annotated Routes Activation<frameworkextra-annotations-routing-activation>` za
158175
podrobnosti.
159176

160-
.. _`SensioFrameworkExtraBundle`: https://github.com/sensio/SensioFrameworkExtraBundle
161-
.. _`Download`: http://github.com/sensio/SensioFrameworkExtraBundle
177+
.. _`SensioFrameworkExtraBundle`: https://github.com/sensiolabs/SensioFrameworkExtraBundle

bundles/SensioGeneratorBundle/commands/generate_controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Opcije na voljo
2727

2828
* ``--controller``: Ime krmilnika dano kot bližnjica notacije, ki vsebuje
2929
ime paketa v katerem je krmilnik lociran in ime
30-
krmilnika. Na primer: ``AcmeBlogBundle:Post`` (ustvro ``PostController``
30+
krmilnika. Na primer: ``AcmeBlogBundle:Post`` (ustvari ``PostController``
3131
znotraj paketa ``AcmeBlogBundle``):
3232

3333
.. code-block:: bash

bundles/SensioGeneratorBundle/commands/generate_doctrine_crud.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@ Opcije na voljo
6363
.. code-block:: bash
6464
6565
php app/console generate:doctrine:crud --format=annotation
66+
67+
* ``--overwrite``: (**no**) [vrednosti: yes|no] Ali naj ali ne prepiše obstoječe datoteke:
68+
69+
.. code-block:: bash
70+
71+
php app/console generate:doctrine:crud --overwrite

bundles/SensioGeneratorBundle/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ sheme Doctrine 2.
99
Namestitev
1010
----------
1111

12-
`Prenesite`_ paket in ga dajte pod imenski prostor ``Sensio\Bundle``.
12+
Preden uporabo paketa v vašem projektu, ga dodajte v vašo datoteko ``composer.json``:
13+
14+
.. code-block:: bash
15+
16+
$ composer require sensio/generator-bundle
17+
1318
Potem ga, kot za vsak paket, vključite v vaš razred Kernel::
1419

1520
public function registerBundles()

0 commit comments

Comments
 (0)