Commit graph

1202 commits

Author SHA1 Message Date
Tim Nagel c4a2858265 Merge branch 'pr/772' into 3.0.x 2015-01-22 09:23:24 +11:00
CedCannes 7471c13d75 Update manual-provider.md
Typo in class path
2015-01-22 09:22:34 +11:00
Tim Nagel c901d60552 Clarified what index_name does. Closes #731 2015-01-22 09:15:38 +11:00
Tim Nagel 401446e1c4 Add integration testing around _parent mapping 2015-01-22 09:06:21 +11:00
Christophe Coevoet 1cea135dc5 Merge branch '3.0.x' 2015-01-21 18:11:18 +01:00
Christophe Coevoet 32d190f554 Bump the changelog for 3.0.7 2015-01-21 18:10:33 +01:00
Christophe Coevoet 5060fa4d4a Move the test file to a better location
The test of the DI extension is not a functional test.
2015-01-21 17:51:56 +01:00
Christophe Coevoet b4c01f3641 Merge branch 'formapro-forks/fixing-bug-with-parent' into 3.0.x 2015-01-21 17:43:36 +01:00
Tim Nagel 1bf59d5b66 Merge pull request #773 from merk/transformer-event
Dispatch an event when transforming objects
2015-01-21 13:29:23 +11:00
Tim Nagel 9188566dfe Dispatch an event when transforming objects 2015-01-20 14:41:11 +11:00
Tim Nagel d7e9d9b8a6 Merge pull request #718 from WouterJ/patch-1
Applied standard installation template
2015-01-12 10:48:42 +11:00
Wouter J a28b9d3069 Applied standard installation template 2015-01-11 17:48:13 +01:00
Tim Nagel c2c87a53e4 Merge branch '3.0.x' 2015-01-09 08:56:41 +11:00
Tim Nagel 2ce2d7e610 Add test for multi_field 2015-01-09 08:55:57 +11:00
Vladimir Kartaviy 905265ea0e "multi_field" type fields are not normalized
Fix for #764
2015-01-09 08:47:15 +11:00
Tim Nagel ee9f7e5297 Merge pull request #768 from vkartaviy/patch-1
Fix ODM listener service arguments
2015-01-09 08:44:44 +11:00
Vladimir Kartaviy a0f11ff36f Fix ODM listener service arguments
It became broken after d731443aa5 commit
2015-01-07 16:45:18 +02:00
Oleg Andreyev 7c90660e02 attempt to make scrutinizer happy, about duplicate code in test 2015-01-04 20:57:08 +02:00
Oleg Andreyev 7efcdad97c adding ResetEvent (pre/post index and pre/post type reset), injected EventDispatcher into Resetter 2015-01-04 14:51:21 +02:00
Oleg Andreyev afbe1e03a1 adding unit test for PopulateListener 2015-01-04 14:51:21 +02:00
Oleg Andreyev 303af508b2 adding populate events 2015-01-04 14:17:25 +02:00
Tim Nagel c39b86c6c5 Merge branch 'detection-config' 2015-01-04 22:12:21 +11:00
Tim Nagel b6d46dba4a Merge tag 'v3.0.6' 2015-01-04 22:10:18 +11:00
Tim Nagel 9f5ce217dc Release 3.0.6 2015-01-04 22:08:20 +11:00
Tim Nagel 6ef6092f3f Update 3.0 changeling 2015-01-04 22:03:19 +11:00
Tim Nagel 92aab4bcf6 Add PR# to changelog 2015-01-04 22:02:54 +11:00
Tim Nagel e361b7c53b Implement additional configuration options for types. 2015-01-04 21:58:53 +11:00
Tim Nagel 7fac93ff8b Fix mongodb doctrine listener 2015-01-04 20:16:32 +11:00
Dmitry Korotovsky d731443aa5 Avoid Doctrine\Listener::getSubscribedEvents() call on each page where doctrine is active 2015-01-04 20:05:47 +11:00
Evan Owens 156884527c Update example
FOS\ElasticaBundle\Client has been deprecated.
2015-01-04 20:01:04 +11:00
DjangoFR 5eaff9e61b removed unused image (being base64 encoded - see #742) 2015-01-04 19:49:30 +11:00
Danijel Brkic 3975ed3d5b Built-in templates use a base64 encoded image for the toolbar 2015-01-04 19:49:25 +11:00
Tim Nagel d33e064801 Merge commit '1f7acc5' into 3.0.x 2014-12-24 09:10:41 +11:00
Tim Nagel 1f7acc563a Ignore strings starting with @ 2014-12-24 09:09:45 +11:00
Christophe Coevoet eaa32cbf22 Fix the BC layer for indexable callbacks
Using services was not based on a @ prefix in the string in the old API
but based on the existence of the class.
2014-12-23 15:21:25 +01:00
Christophe Coevoet f3e31e613e Merge branch '3.0.x'
Conflicts:
	.travis.yml

Duplicate testing on Symfony 2.6 is removed (it is already done by the
normal testing as it is the latest stable), and testing on 2.4 is
removed again because it is EOLed.
2014-12-17 14:25:15 +01:00
Christophe Coevoet 97848ca0d0 Removed the testing on Symfony dev-master
dev-master is Symfony 3.0, and we are not yet marking it as compatible
2014-12-17 14:23:00 +01:00
Tim Nagel 88e9f5aac6 Merge pull request #748 from NinjDS/totalhits
Genuine ES behaviour for getTotalHits()
2014-12-01 22:04:25 +11:00
Tim Nagel ca57c42489 Merge pull request #738 from FriendsOfSymfony/adjust-build-matrix
adjust to symfony 3.0 development having started
2014-12-01 22:02:10 +11:00
David Buchmann 2664fec35e adjust to symfony 3.0 development having started. whenever there is a new 2.x branch in symfony, we should add it to the matrix 2014-12-01 09:21:43 +01:00
Nikolai Zujev c45dcd955d Clean filtered objects if the entire batch was filtered away, to prevent memory allocation issue. 2014-12-01 09:47:32 +11:00
Tim Nagel 7dc2f833c4 Merge branch '3.0.x' 2014-12-01 09:46:49 +11:00
Tim Nagel e211f31658 Merge pull request #743 from KingCrunch/patch-1
Update custom-repositories.md to use code highlighting
2014-12-01 09:36:45 +11:00
Tim Nagel 00df6c586f Merge pull request #737 from jaymecd/clean_filtered
Doctrine provider: memory allocation caused by "entire batch was filtered away"
2014-12-01 09:34:21 +11:00
Tim Nagel 921377d5ed Merge pull request #750 from javiereguiluz/update_installation_instructions
Updated installation instructions
2014-12-01 08:52:01 +11:00
Javier Eguiluz c4ee9fa83e Updated installation instructions 2014-11-29 17:17:31 +01:00
Adrien Morel b09bf3cf10 RawPaginatorAdapter::getTotalHits() can retrieve the genuine total hits returned by elasticsearch 2014-11-26 16:25:23 +01:00
Sebastian Krebs 1e2da2d84f Update custom-repositories.md to use code highlighting
Looks better this way
2014-11-21 14:21:26 +01:00
David Buchmann 2d8903a330 Merge pull request #736 from piotrantosik/patch-2
Fix changelog header
2014-11-14 15:59:43 +01:00
Nikolai Zujev e6d50c584c Clean filtered objects if the entire batch was filtered away, to prevent memory allocation issue. 2014-11-13 17:34:21 +02:00