Commit graph

172 commits

Author SHA1 Message Date
Mbechezi Mlanawo 7062ce1701 Fix typo 2015-04-06 00:57:39 +02:00
Christophe Coevoet f72c51503a Fix the service definitions when the logger is not set in listener
The empty tag is parsed to an empty string, not to null. And this is not
a valid value for the service
2015-03-12 17:44:57 +01:00
Tim Nagel dd388e4b25 CS fixes 2015-03-12 21:20:00 +11:00
Tim Nagel 906e2e0749 Ability to set connectionStrategy for elastica clients 2015-01-25 19:38:01 +11:00
Tim Nagel 79e263d7a7 Merge pull request #779 from merk/index-name-doc
Clarified what index_name does. Closes #731
2015-01-22 11:25:47 +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
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
Michael Schramm b3f87e414f move classes to parametes 2014-09-21 21:08:41 +10:00
Floran Brutel 69c2214bc5 Use the new Search annotation
Use "FOS\ElasticaBundle\Annotation\Search" instead of "FOS\ElasticaBundle\Configuration\Search" in the repository manager.
Update the cookbook
2014-08-18 13:30:45 +02:00
Floran Brutel 22a2a223cc Update version in setup.md
Use "~3.0" instead of "~3.0.2" to get version 3.0.3 and future minor
versions
2014-08-17 12:16:15 +02:00
Luis Cordova 9296534d30 Update setup.md 2014-08-06 17:25:05 -05:00
Floran Brutel d797af5b80 Fix "Faceted Searching" doc 2014-07-07 18:35:23 +02:00
Tim Nagel d88d96bf55 Fix invalid service reference in production 2014-07-04 22:10:24 +10:00
Tim Nagel bf38e59e49 Documentation on aliased repopulation 2014-07-04 13:07:35 +10:00
Tim Nagel be4af0d1af Merge pull request #644 from merk/elastica-connections
Rename servers to connections
2014-07-04 11:28:44 +10:00
Tim Nagel 815b836cdc Add stopwatch support for Elastica\Client 2014-07-03 23:20:18 +10:00
Tim Nagel 55dcf6859a Rename servers to connections 2014-07-03 21:58:54 +10:00
Maksim Kotlyar 965b319d82 [transformers] tell container that first argument is collection. 2014-07-01 14:40:03 +03:00
Tim Nagel 96dc613c71 Fix array format for indexable_callback 2014-06-26 17:46:29 +10:00
Tim Nagel ffa73db1d2 Merge pull request #621 from gcds/patch-1
Added elapsed item to toolbar and menu
2014-06-25 13:27:53 +10:00
Tim Nagel 4d52c327aa Add back missing KnpPaginatorSubscriber service 2014-06-25 13:24:02 +10:00
Tim Nagel ae03b3f3cf Fix propel service definition 2014-06-25 13:18:02 +10:00
Tim Nagel 2437a098ba Fix anonymous service error 2014-06-24 10:20:15 +10:00
Tim Nagel 2a20bb623c Merge branch 'typed-config'
Conflicts:
	composer.json
2014-06-24 09:09:29 +10:00
Tim Nagel ca6991d494 Fix serializer 2014-06-23 23:05:57 +10:00
Tim Nagel 4e990e0cee Fixed mapping issues 2014-06-19 00:14:41 +10:00
Aurimas Niekis b0749afaf1 Added elapsed item to toolbar and menu
Kind similar to doctrine toolbar item
2014-06-18 16:12:16 +03:00
Tim Nagel 949ea6963f Revert "Make the class of fos_elastica.paginator.subscriber service configurable"
This reverts commit fe19df365a.
2014-06-18 19:55:33 +10:00
Tim Nagel b155f304e4 Move IndexManager's resolution to tagged index services 2014-06-18 16:49:57 +10:00
Tim Nagel 8905b4248c Rename Manager to ConfigManager 2014-06-18 16:47:01 +10:00
Tim Nagel 5cbb8ce1b6 Merge pull request #591 from OskarStark/patch-1
use $this->container instead of $container in usage.md
2014-06-18 09:55:16 +10:00
Tim Nagel b3c0d4fd44 Merge pull request #600 from gido/patch-1
Make the class of `fos_elastica.paginator.subscriber` service configurable
2014-06-18 09:54:13 +10:00
Tim Nagel ec5c05e8be dev 2014-06-17 23:22:58 +10:00
Tim Nagel e78950ddb7 Merge branch 'master' into typed-config
Conflicts:
	CHANGELOG-3.0.md
	Client.php
	DependencyInjection/Configuration.php
	DependencyInjection/FOSElasticaExtension.php
	DynamicIndex.php
	Resources/config/config.xml
	Resources/config/mongodb.xml
	Resources/config/orm.xml
	Tests/DependencyInjection/ConfigurationTest.php
	composer.json
2014-06-17 22:42:15 +10:00
Tim Nagel aafb8c8e89 Fix indexable callbacks with alias based indexes 2014-06-17 12:03:38 +10:00
Tim Nagel e225d841ed Wrong service. Whoops. 2014-06-17 10:54:09 +10:00
Tim Nagel b49437529c Fix incorrect provider configuration 2014-06-17 10:41:11 +10:00
Tim Nagel 2e23f4a1bf Added documentation changes for indexable_callback 2014-06-17 10:07:10 +10:00
Tim Nagel ada3942576 Config Source providers 2014-06-16 23:23:49 +10:00
Tim Nagel 813a4a5d26 Fix previous commits 2014-06-16 22:43:16 +10:00
Tim Nagel 66d2410999 Move Indexable callback calculations to a new service 2014-06-16 15:57:42 +10:00
Tim Nagel f5932a8e47 Merge remote-tracking branch 'origin/refactor' into typed-config
Conflicts:
	Resetter.php
2014-06-14 11:11:31 +10:00
Gilles Doge fe19df365a Make the class of fos_elastica.paginator.subscriber service configurable 2014-06-10 18:20:02 +02:00
Tim Nagel 1dc6856ef9 Configuration rework 2014-06-02 00:40:03 +10:00
Oskar Stark 6a822504bc use $this->container instead of $container 2014-06-01 15:57:29 +02:00
Tornaldo 2e0aa064a2 Update usage.md 2014-06-01 01:27:20 +02:00
Tim Nagel dad15d0b38 Deprecate top level classes 2014-05-25 20:51:46 +10:00