Commit graph

209 commits

Author SHA1 Message Date
Leo f984bb5642 remove the semicolon before dbname (#416)
A dsn like "mysql:host=localhost;dbname=foo"
After preg_replace, the dsn become "mysql:host=localhost;"
If we have additional setting "charset: utf8", the dsn will become "mysql:host=localhost;;charset=utf8", which make propel:database:create not working
2016-05-11 01:22:50 +02:00
Leo 95e4c804a4 fix "propel:acl:init" command (#418)
let "propel:acl:init" command insert sql into database with a "--force" option
2016-05-11 01:22:34 +02:00
Tomáš Votruba 2496b5fe45 travis: drop PHP nightly, as it's duplicate to PHP 7.0 (#413) 2016-04-25 20:49:19 +02:00
Christian Siewert 8960c67866 fixed addViolationAt method (#412) 2016-04-17 14:34:35 +02:00
Gregor Harlan 5fd4b68de2 fixed ModelType for symfony 3 (#410) 2016-04-14 12:10:14 +02:00
Marc J. Schmidt 07b5a60f1b
fixed cs 2016-04-13 19:10:01 +02:00
Abdallah ARFFAK 980cff8db6
Added query_method option to PropelParamConverter (#316)
* Update PropelParamConverter.php

add "query_method" option equivalence of "repository_method" in doctrine

* FIX CS

* FIX CS

* \method_exists => && method_exists

* and => &&
2016-04-13 19:09:56 +02:00
Marc J. Schmidt 9c4ad7db45
Fixed yaml dumper test with newer versions 2016-04-13 19:01:57 +02:00
Marc J. Schmidt 1a22061a47
Fixed links in readme 2016-04-13 16:21:33 +02:00
Marc J. Schmidt beea188ea5
adjusted readme to reflect 3.0 branch 2016-04-13 16:16:32 +02:00
Marc J. Schmidt a4314c701b
Fixed test suite and adjusted readme according to new branch model 2016-04-13 16:15:59 +02:00
Marc J. Schmidt d543163e37
Pulled #408 and #403. Made Symfony 3 compatible 2016-04-13 15:27:04 +02:00
Marc J. Schmidt b8b0e8039b
Merge branch '2.0' of https://github.com/marcj/PropelBundle into IceShack-feature/sf3FormGeneration 2016-04-13 15:25:53 +02:00
Marc J. Schmidt 4cef2b6701
Merge branch 'feature/sf3FormGeneration' of https://github.com/IceShack/PropelBundle into IceShack-feature/sf3FormGeneration 2016-04-13 14:42:59 +02:00
Toni Uebernickel 865599263e Merge pull request #396 from IceShack/2.0
Make PropelBundle available for Symfony 3.X
2016-03-28 13:05:40 +02:00
Toni Uebernickel 91e930fedc Merge pull request #399 from thomaschaaf/2.0
Fix model_paths
2016-03-28 12:29:12 +02:00
Marc J. Schmidt 07dd412e06 Fixed package name generation for paths outside of application root. 2016-03-27 03:16:43 +02:00
Moritz Schroeder 6385c47731 Use wrong options for normalizer 2016-02-19 21:50:01 +01:00
Moritz Schroeder 9e745df8fe Added missing "property" option 2016-02-19 21:40:05 +01:00
Moritz Schroeder 224add2612 Added @deprecated for BaseAbstractType and use correct "blockPrefix" 2016-02-17 20:09:56 +01:00
Moritz Schroeder edfb13c388 Added special logic for foreignKey columns 2016-02-17 19:51:22 +01:00
Moritz Schroeder 51fb7fd287 Used old namespace 2016-02-17 19:06:59 +01:00
Moritz Schroeder 6250e8d2fe Used old namespace 2016-02-17 19:05:17 +01:00
Moritz Schroeder b64f7446e7 Initial commit for new sf3 form creation 2016-02-17 18:57:00 +01:00
Moritz Schroeder 6119fc9806 Initial commit for new sf3 choiceList 2016-02-17 18:54:32 +01:00
Moritz Schroeder 3ba19e83d4 Revert rebase changes of composer.json 2016-02-15 18:05:55 +01:00
Moritz Schroeder 7c29de175c Revert changes of composer.json 2016-02-15 18:01:47 +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
Toni Uebernickel fab7981630 reflect actual dependencies for composer & travis 2016-02-15 07:34:40 +01:00
Toni Uebernickel bb1c397786 Merge pull request #373 from Big-Shark/patch-5
Compatible with Symfony3
2016-02-14 17:59:37 +01:00
Maxim 443fb8291a Compatible with Symfony3 2016-02-14 21:57:14 +07:00
Toni Uebernickel a6efee2c8a Merge pull request #398 from gharlan/resolve-deprecated-stuff
resolve deprecated form stuff
2016-02-14 11:30:12 +01:00
Thomas Schaaf c57aa6ee31 Fix xml model_path 2016-02-13 18:16:31 +01:00
Thomas Schaaf d6d99be87f Fix model_paths 2016-02-13 18:10:46 +01:00
Gregor Harlan 8b4cd94db8 resolve deprecated form stuff 2016-02-11 21:33:19 +01:00
Toni Uebernickel 58b80628dd Merge pull request #377 from nibsirahsieu/issue_365
set `defaultConnection` value for both `runtime` and `generator`
2016-02-11 20:27:32 +01:00
Toni Uebernickel 2557733f8c Merge pull request #397 from gharlan/changes-of-1.x
copy changes of 1.x to 2.x
2016-02-11 20:22:06 +01:00
Gregor Harlan 09db2ca042 corrected allow_failures part 2016-02-11 20:15:00 +01:00
Gregor Harlan 28f18fc4e5 require dev-master of propel 2016-02-11 19:48:20 +01:00
Gregor Harlan 2caf5068e7 travis: check symfony 3.0 2016-02-11 19:48:07 +01:00
Gregor Harlan 893c85c655 introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Gregor Harlan 4aa5244f67 update composer.json 2016-02-11 19:13:30 +01:00
Gregor Harlan 1d37d708c4 update travis.yml 2016-02-11 19:12:13 +01:00
Toni Uebernickel e0a35f0189 Merge pull request #381 from tacman/patch-1
add raw filter so sql is formatted
2016-01-08 16:40:40 +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
Yunan NSNT 301df4331c check whether the value of defaultConnection have been set or not 2015-12-18 10:16:07 +07:00
Yunan NSNT 8d8cc7be79 set defaultConnection value for both runtime and generator if there is only one connection 2015-12-18 00:08:52 +07:00
Toni Uebernickel ead5be068e Merge pull request #355 from pimpreneil/fixtures_symfix
Fix #257 - Prevent symlink paths resolving in fixtures loading
2015-12-03 18:13:32 +01:00
Toni Uebernickel 754580d33d Merge pull request #351 from gharlan/resolve-deprecated-function-usages
Resolve deprecated function usages
2015-12-03 17:50:20 +01:00
Toni Uebernickel 9a048e8f01 Merge pull request #371 from Big-Shark/patch-4
Returned back Twig_SimpleFilter
2015-12-03 17:43:10 +01:00