Commit graph

812 commits

Author SHA1 Message Date
Toni Uebernickel bb85f75008 remove Acl documentation 2016-01-24 13:07:04 +01:00
Toni Uebernickel b1b9620be3 Merge pull request #393 from havvg/1.5
convert Faker datetime into string
2016-01-24 12:18:07 +01:00
Toni Uebernickel 7ab2b44b23 convert Faker datetime into string
This fixes #221.

Faker returns a \DateTime object, but the YAML format requires a string.
2016-01-24 12:10:37 +01:00
Toni Uebernickel 32196a6c08 use correct ParseException 2016-01-24 11:58:59 +01:00
Toni Uebernickel 3c50d7859c Merge pull request #392 from havvg/1.5
use scalar for default connection alias
2016-01-24 11:39:55 +01:00
Toni Uebernickel 4028cf19e7 use scalar for default connection alias 2016-01-24 11:28:34 +01:00
Toni Uebernickel dbbc9e5c92 remove service definition for Acl provider 2016-01-23 23:49:08 +01:00
Toni Uebernickel e0975bc43a Merge pull request #390 from havvg/1.5
combine schema files into one AppData
2016-01-23 23:21:32 +01:00
Toni Uebernickel da1f027142 combine schema files into one AppData
This fixes #173.

In case the schema.xml files are referenced across multiple bundles, the \AppData needs to be extended by each bundle, before reading data from the respective \Database.
2016-01-23 22:50:28 +01:00
Toni Uebernickel cdc982323a Merge pull request #389 from havvg/1.5
introduce Propel\Bundle\PropelBundle namespace
2016-01-23 22:05:02 +01:00
Toni Uebernickel 4db28b7bbd introduce Propel\Bundle\PropelBundle namespace 2016-01-23 21:41:17 +01:00
Toni Uebernickel b50691f199 synchronize README with master version 2016-01-23 21:09:47 +01:00
Toni Uebernickel 7f610b1000 use \Twig_SimpleFilter
The \Twig_Method_Filter has been deprecated.
2016-01-23 20:57:01 +01:00
Toni Uebernickel 0aa63c16b2 Merge pull request #387 from havvg/feature/remove-acl
remove Symfony Security ACL integration
2016-01-23 20:26:59 +01:00
Toni Uebernickel 13b34567f5 remove Symfony Security ACL integration
The PropelAclBundle will provide integration of the Symfony Security ACL component.
2016-01-23 19:30:36 +01:00
Toni Uebernickel 1b589bfe15 check "bundle" argument has been passed 2016-01-23 19:29:58 +01:00
Toni Uebernickel b02a4feec3 Merge pull request #386 from havvg/1.5
enforce error message if bundle argument is set
2016-01-23 19:01:03 +01:00
Toni Uebernickel 9c575c637c enforce error message if bundle argument is set
This fixes #180.

The kernel will throw an exception if the bundle could not be found, which also contains the name of the bundle.
2016-01-23 17:50:54 +01:00
Toni Uebernickel 88454b7ed9 Merge pull request #384 from havvg/1.5
integrate former Symfony Propel1 bridge
2016-01-23 17:38:27 +01:00
Toni Uebernickel 38b491aa46 integrate former Symfony Propel1 bridge 2016-01-23 17:27:52 +01:00
Toni Uebernickel bde72e0ee6 Merge pull request #383 from havvg/1.5
generate SQL files into cache directory
2016-01-23 15:00:50 +01:00
Toni Uebernickel fe65d848ca CS fixes 2016-01-23 14:44:00 +01:00
Toni Uebernickel eca10b8722 generate SQL files into cache directory
This fixes #376.
2016-01-23 14:40:17 +01:00
Toni Uebernickel 93dc571a04 update WebProfiler template 2016-01-23 13:59:52 +01:00
Toni Uebernickel 24c51049e4 reduce dependencies to actual necessary packages 2016-01-23 12:29:37 +01:00
Toni Uebernickel 03e650a7af update README on 1.5 and 1.6 branches 2016-01-23 12:06:20 +01:00
Toni Uebernickel f78a867f09 remove support for Symfony 3.0
This version line is about supporting Symfony 2.8 LTS. As it may use deprecated function, 3.0 would not be a valid version.
2016-01-23 11:50:11 +01:00
Toni Uebernickel de90121b53 migrate to PSR-4 autoloading 2016-01-23 11:47:47 +01:00
Toni Uebernickel aae2168458 use stable version of Faker 2016-01-23 11:47:29 +01:00
Toni Uebernickel 0b5d0133f8 disable xdebug on Travis 2016-01-23 11:16:35 +01:00
Toni Uebernickel 7653f5a152 adjust required Propel minimum version 2016-01-23 10:49:14 +01:00
Toni Uebernickel b2a2546daf speed up travis, utilize specific phpunit 2016-01-22 19:43:04 +01:00
Toni Uebernickel d1719a2401 update to Symfony 2.8 LTS 2016-01-22 18:41:07 +01:00
Gregor Harlan 7e65eab8a7 Travis: updated symfony and php versions 2015-07-30 21:13:34 +02:00
Toni Uebernickel 90ec981df6 Merge pull request #346 from havvg/1.4
add \Serializable to ModelTranslation
2015-07-22 08:29:31 +02:00
Toni Uebernickel 96e62c6fbe add \Serializable to ModelTranslation
This allows changes in the database to take effect without flushing the translation cache.
2015-07-16 10:57:40 +02:00
Toni Uebernickel 45d983116d Merge pull request #319 from jkabat/1.4
fix broken profiler
2015-02-16 11:50:20 +01:00
Toni Uebernickel 02442a122b Merge pull request #324 from fabpot/patch-1
Added the Symfony Bridge as an explicit dependency
2015-02-16 11:46:19 +01:00
Fabien Potencier c8bb674bd3 Added the Symfony Bridge as an explicit dependency 2015-02-11 14:12:44 +01:00
Juraj Kabát 42702a0660 fix broken profiler 2015-01-14 17:14:15 +01:00
Toni Uebernickel d54ee14d2a Merge pull request #300 from havvg/1.4
add Gitter badge
2014-11-01 16:14:17 +01:00
Toni Uebernickel d99cad80f0 add Gitter badge 2014-11-01 15:59:54 +01:00
Toni Uebernickel 5af07d37fc Merge pull request #298 from havvg/1.4
fix AbstractCommandTest avoiding SplFileInfo mocks
2014-11-01 15:58:51 +01:00
Toni Uebernickel 5e8668a7e0 fix AbstractCommandTest avoiding SplFileInfo mocks 2014-11-01 15:44:42 +01:00
Toni Uebernickel 68793ac525 Merge pull request #276 from boekkooi/patch-1
Fix possible `PDO Unknown database` error
2014-11-01 14:46:11 +01:00
Toni Uebernickel 1e667f256f Merge pull request #278 from benja-M-1/fix/paths-from-config
Use the configured paths for Porpel and Phing
2014-11-01 14:45:18 +01:00
Toni Uebernickel 85879f8b33 Merge pull request #281 from Nyholm/patch-1
Added PHP 5.6 and HHVM to travis.yml
2014-11-01 14:43:28 +01:00
Toni Uebernickel 213e94768d Merge pull request #283 from sanplomb/protect-fieldnames-tablename
Add backquotes to protect field's names and table name during the dump c...
2014-11-01 14:42:39 +01:00
Toni Uebernickel 25893c9fc6 Merge pull request #296 from shane-l/fix-propel-default-connection
Propel default db should be a connection name, not an array of configuration
2014-11-01 14:40:54 +01:00
Shane Langley 0d228730b3 Propel default db should be a connection name, not an array of configuration 2014-10-27 11:25:33 +10:00