Commit graph

31 commits

Author SHA1 Message Date
Drew Brown ea6a359272 Symfony 4.0 updates (#483)
* Upd: Add Symfony 4 Compatibility

#SymfonyConHackday2017

* Upd: Configure visibility of services for SF4

* Updated composer to allow Symfony 4.0

* Updated composer to allow Symfony 4.0

* PropelBundle for Symfony 4

* Upd: Travis configuration

* Upd: PHP 5 not supported anymore by PHPUnit

* Upd: Removing old SF version + PHPUnit correction

* * Removed param that was removed in symfony/yaml afb873f
* Updated format of object dumping as deprecated tags using colon symfony/yaml 38d3087

* * Added commands to console.xml as symfony no longer auto registers bundle commands
* Updated two services to public

* * Removed deprecated getMock calls for new createMock calls.

* * Add stub for additional abstract method

* * Updated schema locator test
* reverted unnecessary changes to abstract command and schemal locator
* Added fixtures for schema testing.

* * Updated schema locator test
* reverted unnecessary changes to abstract command and schemal locator
* Added fixtures for schema testing.

* * Removed unnecessary default for services
* Updated readme to reflect symfony version support
2018-02-10 01:25:14 +01:00
Gregor Harlan af88d81d9a do not require the templating component (#456) 2017-08-31 17:49:55 +02:00
Gregor Harlan 4df8ff614c Read "propel_converter" options from request attributes (#449) 2017-08-31 14:04:25 +02:00
Gregor Harlan d5f4435ce0 support bundle-less schema file (#458) 2017-08-31 12:27:56 +02:00
Gregor Harlan efada49f15 profiler enhancements (#460) 2017-08-31 12:26:12 +02:00
Moritz Schroeder b64f7446e7 Initial commit for new sf3 form creation 2016-02-17 18:57:00 +01:00
Moritz Schroeder ca13ff5195 Make PropelBundle available for Symfony 3.X
- Updated composer.json dependency
- Replaced deprecated dialog helper with question helper
- propel.html.twig - Use render function not render tag
- Replaced ContainerAware with ContainerAwareTrait
2016-02-15 18:01:47 +01:00
Gregor Harlan 893c85c655 introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
tacman df0e3991b6 add raw filter so sql is formatted
If autoescape is on, then the SQL HTML is displayed instead of formatted sql.  This will allow the Symfony debug toolbar to display formatted SQL regardless of the autoescape settings.

https://github.com/propelorm/PropelBundle/issues/380
2016-01-08 08:19:44 -05:00
Marc J. Schmidt 0852bf835e log queries into own propel channel 2015-07-28 18:05:12 +02:00
Marc J. Schmidt e3398133b1 Merge pull request #336 from apinnecke/feature/stack-trace-in-debug-toolbar
Added stack trace to debug toolbar
2015-04-13 13:45:28 +02:00
Marc J. Schmidt 152d48ce7d Fix test suite by defining correct foreign key name 2015-04-13 12:43:37 +02:00
Alexander Pinnecke 2fc716467b Added stack trace to debug toolbar 2015-04-10 17:52:41 +02:00
Miroslav Oujesky 64684621b4 Fixed missing icon in Symfony profiler 2015-01-28 20:24:56 +01:00
Kévin Gomez 09e4da0c19 Started to integrate the new configuration system (still WIP/dirty) 2014-09-12 21:18:03 +01:00
Kévin Gomez d1ef814d57 Avoid injecting the container in the YamlDataLoader 2014-04-26 18:01:25 +01:00
Kévin Gomez c1eebcf61b Removed useless propel service 2014-04-26 17:18:48 +01:00
Kévin Gomez 12bcfbde5e Added ACL related features 2013-12-12 16:48:16 +00:00
Kévin Gomez a8ceafc1bd Ported the form:generate command 2013-11-24 16:19:49 +00:00
Pierre Tachoire ffbf2de5f5 import ModelType from Propel1 Bridge 2013-11-24 11:40:35 +01:00
Kévin Gomez 7e2b6289ed Added xml data loader 2013-11-05 12:49:49 +00:00
Kévin Gomez fcbbff355c Started to implement the FixturesLoader command (only yaml works for now) 2013-11-05 12:34:47 +00:00
Kévin Gomez f16c92580f Implemented the fixtures dumper command 2013-11-05 11:23:36 +00:00
Kévin Gomez ba6b0b9ee2 Removed useless parameter 2013-11-04 21:29:05 +00:00
Kévin Gomez 05908f5791 Renamed the PropelTypeGuesser to TypeGuesser 2013-11-04 21:10:19 +00:00
Kévin Gomez 44ec2b4b29 Stole the TypeGuesser (and its tests) from symfony's propel bridge 2013-11-04 16:27:38 +00:00
Kévin Gomez b1217c0e5d Add: support for param converters 2013-11-03 22:52:53 +00:00
Kévin Gomez 3889566728 Fixed the DataCollector 2013-11-01 17:49:56 +00:00
Kévin Gomez c6087f7191 Moved the schema-locating code outside the AbstractCommand 2013-10-31 21:19:24 +00:00
Kévin Gomez 38e7f63a62 Started to work on Propel2 commands integration (only a few work at the moment) 2013-10-15 22:48:33 +01:00
Toni Uebernickel 313057ca5a initialize Propel2 support 2013-06-09 00:19:30 +02:00