Commit Graph

3325 Commits

Author SHA1 Message Date
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
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
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
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
Benoît Burnichon
e32816a8e0 Refactor Api/V1 controller.
Reorder entries.
Properly indent routes.
2015-03-16 15:03:30 +01:00
Benoît Burnichon
6c825f4582 Add logger to Elastic SearchEngine 2015-03-16 13:52:28 +01:00
Benoît Burnichon
c72e31163b Merge remote-tracking branch 'upstream/3.8' 2015-03-13 18:50:49 +01:00
Benoît Burnichon
ef4b61229e SearchEngineOptions returns filtered array collection
PHPUnit 3.7 hangs out on comparing objects with different keys.
Change test method to compare a single object.
2015-03-13 11:13:04 +01:00
Benoît Burnichon
ef7236c3e3 Avoid BC break in User.
Convert gender to string then back to int after strict check.
The other way does not work as false is considered equal to 0 without strict mode.
2015-03-13 10:30:56 +01:00
Nicolas Le Goff
973d7f68a2 Fix subdef path indexing 2015-03-12 20:10:13 +01:00
Nicolas Le Goff
b393bbee3d Merge pull request #1293 from nlegoff/390tests
[3.9] some fixes
2015-03-12 19:50:15 +01:00
Nicolas Le Goff
315e780fb9 Merge pull request #1298 from mdarse/facet-collections
Add collection facet
2015-03-12 19:49:05 +01:00
Mathieu Darse
0ec75c85b3 Add collection facet 2015-03-12 19:47:31 +01:00
Mathieu Darse
03a4029614 Lower min score since new multi field raised TF 2015-03-12 19:14:22 +01:00
Mathieu Darse
71c7fd8adb Enhance thesaurus strict mode 2015-03-12 19:13:13 +01:00
Nicolas Le Goff
3397df2f36 Fix tests 2015-03-12 17:55:32 +01:00
Nicolas Le Goff
c5a94e6eed Merge pull request #1267 from bburnichon/feature/insight-fixes
[WIP] Insight fixes
2015-03-12 17:13:12 +01:00
Nicolas Le Goff
d80e39270d Merge pull request #1295 from jygaulier/MINOR-FIX-1
minor fix
2015-03-12 17:12:44 +01:00
Nicolas Le Goff
0da5d16aeb Merge pull request #1294 from mdarse/candidates-empty
Handle case when cterms XML doesn't exist yet
2015-03-12 17:12:39 +01:00
Jean-Yves Gaulier
ff83ee8cb0 minor fix 2015-03-12 17:08:39 +01:00
Mathieu Darse
fc3c81f350 Handle case when cterms XML doesn't exist yet 2015-03-12 16:41:25 +01:00
Benoît Burnichon
135b2fcaff Remove now useless dependency 2015-03-12 15:08:25 +01:00
Benoît Burnichon
ad0ec3c901 Fixup query builder to use literals 2015-03-12 15:08:25 +01:00
Benoît Burnichon
fbfaeba5fe Use proper DBAL connection call with parameter. 2015-03-12 15:08:24 +01:00