1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
|
php-doctrine-bundle (1.6.7-1) unstable; urgency=medium
[ Andreas Braun ]
* Drop Symfony 2.3
[ Andreas Lemke ]
* add twig/twig version 2.0
[ Nicolas Grekas ]
* Don’t call addClassesToCompile on PHP 7.0, it’s deprecated
-- David Prévot <taffit@debian.org> Wed, 25 Jan 2017 15:50:02 -1000
php-doctrine-bundle (1.6.4-1) unstable; urgency=medium
[ Vincent CHALAMON ]
* Create shard_manager dynamic service
[ Matthias Pigulla ]
* Add doctrine:database:import command to load SQL files
[ Nicolas Grekas ]
* Set doctrine.orm.entity_manager.abstract as lazy
-- David Prévot <taffit@debian.org> Fri, 25 Nov 2016 19:02:25 -1000
php-doctrine-bundle (1.6.3-1) unstable; urgency=medium
[ Kévin Dunglas ]
* Register the PropertyInfo extractor from the Symfony Bridge
[ Benjamin Lazarecki ]
* Fix count break on queries list for profiler
[ mike ]
* Adding the options for the connectstring and instancename parameter of
oracle
[ bocharsky.bw ]
* Highlight query count box according to the db toolbar icon status
[ Thomas Lallement ]
* Add global metrics on top of Doctrine page
[ David Prévot ]
* Update Standards-Version to 3.9.8
-- David Prévot <taffit@debian.org> Sat, 04 Jun 2016 11:44:40 -0400
php-doctrine-bundle (1.6.2-2) unstable; urgency=medium
* Simplify homemade static autoload.php for tests
* PHP 7.0 transition:
- Build-depend on php-sqlite3 instead of php5-sqlite
- Rebuild with latest pkg-php-tools
-- David Prévot <taffit@debian.org> Fri, 04 Mar 2016 22:51:25 -0400
php-doctrine-bundle (1.6.2-1) unstable; urgency=medium
[ Davi Koscianski Vidal ]
* Add support to set PostgreSQL application_name
[ Guillaume RODRIGUEZ ]
* Add support to set PostgreSQL sslrootcert
[ Maxime Steinhausser ]
* Fix ghost item in toolbar when no query
[ Philipp Wahala ]
* Implement ContainerAwareInterface in ProfilerController
[ Pascal Borreli ]
* Fixed incorrect link text after clicking on it
[ David Prévot ]
* Add upstream changelog for recent versions
* Update Standards-Version to 3.9.7
-- David Prévot <taffit@debian.org> Wed, 10 Feb 2016 22:16:17 -0400
php-doctrine-bundle (1.6.1-1) unstable; urgency=medium
[ Martin Hasoň ]
* Fixed creating sqlite database
-- David Prévot <taffit@debian.org> Thu, 03 Dec 2015 13:45:01 -0400
php-doctrine-bundle (1.6.0-1) unstable; urgency=medium
* New upstream release
-- David Prévot <taffit@debian.org> Wed, 04 Nov 2015 20:40:24 -0400
php-doctrine-bundle (1.5.2-1) unstable; urgency=medium
[ Benjamin Eberlei ]
* [DCOM-293] Fix security misconfiguration vulnerability, allowing
potential local arbitrary code execution. [CVE-2015-5723]
* Add 1.5.2 changelog
-- David Prévot <taffit@debian.org> Sat, 05 Sep 2015 18:38:52 -0400
php-doctrine-bundle (1.5.1-1) unstable; urgency=medium
[ Nicolas Grekas ]
* Allow symfony 3.0 components
[ Mihai Iachimovschi ]
* [Fix] Doctrine profiler "Expand all queries" action.
[ ptlis ]
* Fix DisconnectedMetadataFactory::findNamespaceAndPathForMetadata
[ Christophe Coevoet ]
* Update the changelog
[ David Prévot ]
* Drop now useless version constraint for php-doctrine-cache-bundle
-- David Prévot <taffit@debian.org> Sat, 29 Aug 2015 11:33:24 -0400
php-doctrine-bundle (1.5.0-1) unstable; urgency=medium
[ Christophe Coevoet ]
* Update the changelog for 1.5
[ David Prévot ]
* Update homepage
* New php-symfony-console dependency
* Build-depend on php5-sqlite for tests
-- David Prévot <taffit@debian.org> Sat, 06 Jun 2015 09:50:18 -0400
php-doctrine-bundle (1.4.0-2) unstable; urgency=medium
* Provide homemade autoload.php
-- David Prévot <taffit@debian.org> Mon, 18 May 2015 21:45:51 -0400
php-doctrine-bundle (1.4.0-1) unstable; urgency=medium
[ Sebastian Krebs ]
* CLI-flags to make database:create and database:drop idempotent
[ Christophe Coevoet ]
* Update the changelog for 1.4.0
[ Fabien Potencier ]
* made the factories compatible with all Symfony versions (2.3 to 2.7)
-- David Prévot <taffit@debian.org> Sat, 07 Mar 2015 08:24:22 -0400
php-doctrine-bundle (1.3.0-1) unstable; urgency=low
* Initial release
-- David Prévot <taffit@debian.org> Thu, 08 Jan 2015 06:33:54 -0400
|