Benoît Burnichon
5f714b20ef
Proper renaming of migrations to comply with doctrine migration convention
2015-03-26 09:57:18 +01:00
Benoît Burnichon
d1ca3fde82
Add correct migrations directory in lib/conf.d
2015-03-26 09:57:18 +01:00
Benoît Burnichon
6d96422ae2
Remove useless tables
2015-03-26 09:57:18 +01:00
Benoît Burnichon
630d97f10f
Merge pull request #1322 from bburnichon/feature/task-manager-start
...
task manager start
2015-03-26 09:52:10 +01:00
Benoît Burnichon
8d7fe65430
Add Session Listener to enforce save of session at kernel response
2015-03-26 00:51:13 +01:00
Benoît Burnichon
10cf918ff2
Add specific Commands for TaskSchedulerManagement
2015-03-25 18:13:07 +01:00
Olivier Mayer
f5a84eeb73
update
2015-03-26 01:30:13 +09:00
Benoît Burnichon
c6b44e03df
Symfony changed order of parameter for NGinx binary response
2015-03-25 13:06:46 +01:00
Benoît Burnichon
86b3a2aa70
Merge pull request #1319 from kwemi/design-update-v2
...
update pagination
2015-03-25 11:24:35 +01:00
Olivier Mayer
0b17f8d5ce
update pagination
...
fix #33
2015-03-25 17:56:29 +09:00
Benoît Burnichon
c627e3c559
Fix some 'use' statements related to TaskManagr
2015-03-24 20:06:50 +01:00
Benoît Burnichon
a814208a6b
Merge pull request #1315 from mdarse/cross-fields-multi-word-query
...
Working cross-fields queries with multiple words (without operators)
2015-03-24 18:42:13 +01:00
Benoît Burnichon
ad51820f51
Merge pull request #1318 from alchemy-fr/feature/disable-notification-at-install
...
disable notification at install
2015-03-24 17:55:53 +01:00
Mathieu Darse
771aa5b765
Working cross-fields queries with multiple words (without operators)
...
- Index the full content of a record in a (private_)content_all field
- Handle all fields wide search as a special-case (drastically simplify queries)
- QueryContext doesn't take all allowed fields anymore, but whether private
fields are allowed or not. Since private fields are namespaced, field level
restriction is not needed anymore.
2015-03-24 17:52:30 +01:00
Benoît Burnichon
a84c55418e
Bump Version and fix array_filter arguments order
2015-03-24 17:15:17 +01:00
Benoît Burnichon
12ad4ee40f
Proper use of tasks repo instead task manipulator
2015-03-24 16:51:29 +01:00
Benoît Burnichon
7b832bdda2
Merge pull request #1317 from jygaulier/Aggregation_Limit
...
setting for the number of aggregated values (per field)
2015-03-24 16:12:26 +01:00
Benoît Burnichon
e5f48a2f09
Disable ZMQNotifier in setup_mode
2015-03-24 16:06:27 +01:00
Benoît Burnichon
3cc78d769a
Extract Proper NotifierInterface in TaskManager
2015-03-24 15:06:20 +01:00
Jean-Yves Gaulier
5a08ebb68e
change field.aggregable from bool to int -> allows to set the number of aggregation values
2015-03-24 14:43:27 +01:00
Benoît Burnichon
893f78afa1
Remove call to TaskRepository as not used.
2015-03-24 14:19:29 +01:00
Mathieu Darse
f2f29c4290
Command to update index mapping
2015-03-23 19:12:59 +01:00
Benoît Burnichon
2a867853c9
Indexer tasks should not be migrated anymore
2015-03-23 19:12:08 +01:00
Benoît Burnichon
bae6f66f41
Bump php minimum version requirement.
2015-03-23 19:02:09 +01:00
Benoît Burnichon
ef68007132
Remove references to Phrasea Indexer.
2015-03-23 18:13:58 +01:00
Benoît Burnichon
ba73c38b3c
Remove phrasea_indexer binary as now handled by ES.
2015-03-23 17:27:24 +01:00
Benoît Burnichon
24fa287aeb
Twig tries to load border-manager in setup. This should not occur
2015-03-23 15:01:05 +01:00
Benoît Burnichon
e6f40548ec
Merge pull request #1309 from mdarse/index-mime-type
...
Index MIME type
2015-03-20 12:59:04 +01:00
Nicolas Maillat
f858827b0c
Merge pull request #1307 from kwemi/issues-fix-1
...
Icon update, pagination. settings options
2015-03-19 19:01:14 +01:00
Mathieu Darse
a3dae412f1
Index MIME type
2015-03-19 19:00:56 +01:00
Benoît Burnichon
31d5237b5d
Merge pull request #1303 from bburnichon/feature/use-phpunit4
...
use phpunit4
2015-03-19 16:57:00 +01:00
Benoît Burnichon
5d651fc782
Merge pull request #1308 from mdarse/facets-smart-escaping
...
Smart facet value escaping (the return)
2015-03-19 16:46:44 +01:00
Mathieu Darse
679106d226
Fix typos and check-in Escaper
2015-03-19 16:41:53 +01:00
Benoît Burnichon
dfe1bb033e
Increase timeouts on composer commands
2015-03-19 16:20:04 +01:00
Olivier Mayer
d8692f4afc
Icon update, pagination. settings options
...
fix #10 , fix #9 , fix #4
2015-03-20 00:15:34 +09:00
Benoît Burnichon
8508c81e2d
Merge pull request #1305 from mdarse/facets-smart-escaping
...
Smart facet value escaping
2015-03-19 15:35:57 +01:00
Benoît Burnichon
0095ae611f
Some Version static calls changed to method calls.
2015-03-19 15:15:59 +01:00
Benoît Burnichon
03b573f19c
Some PHPCS fixes.
2015-03-19 15:15:59 +01:00
Mathieu Darse
59d2c86a2a
Clean ElasticSearchEngine
2015-03-19 13:44:24 +01:00
Mathieu Darse
b1a03ae566
Smart facet value escaping
2015-03-19 13:42:04 +01:00
Benoît Burnichon
775552f613
Change Version to non-static
2015-03-19 11:28:06 +01:00
Benoît Burnichon
36a8d555e8
Add enabling capability to border manager.
...
This is needed to register checkers without actually applying them to Visa checks.
2015-03-18 23:09:05 +01:00
Benoît Burnichon
dd137c27ee
Change unregistration process of BorderManager Checkers.
2015-03-18 21:57:07 +01:00
Mathieu Darse
67dcd09a39
Add "collection:" query support
2015-03-17 19:45:24 +01:00
Mathieu Darse
d766dccfff
Remove useless dynamic search dispatch
2015-03-17 19:45:24 +01:00
Mathieu Darse
4419b1b3a7
Refactor facets handling
2015-03-17 19:45:14 +01:00
Benoît Burnichon
0ce4fd3192
Change to use border-manager as checker registry.
2015-03-17 16:55:55 +01:00
Benoît Burnichon
9a115726f4
Remove use of LazaretCheck::getMessage() static calls
...
LazaretCheck should not perform the translations.
It would be better to have Checker registry to find checker to use.
2015-03-17 15:59:53 +01:00
Benoît Burnichon
cdc7f743d5
Remove staticExpects to work with PHPUnit ~4.5
2015-03-17 13:08:27 +01:00
Mathieu Darse
e4ee7fc7d7
Fix broken phrasea engine (introduced in #1282 )
2015-03-16 16:30:50 +01:00