Benoît Burnichon
feddae6ac7
UserController refactor
2015-04-01 10:23:05 +02:00
Benoît Burnichon
9c7af31080
Admin Connected Users
2015-03-31 14:29:11 +02:00
Benoît Burnichon
96c2125c1e
Merge remote-tracking branch 'upstream/master' into feature/controller-as-service
2015-03-30 17:59:11 +02:00
Benoît Burnichon
7af53aaef4
Merge pull request #1328 from mdarse/qp-ina-oreo
...
Parsing of INA/OREO queries
2015-03-30 17:53:15 +02:00
Benoît Burnichon
8008271964
Merge pull request #1330 from mdarse/array-unique-php55
...
Proper date fields lazy-loading
2015-03-30 17:47:18 +02:00
Mathieu Darse
171eec6dcb
Proper date fields lazy-loading
2015-03-30 17:41:12 +02:00
Benoît Burnichon
26e6b91804
Admin Collection Controller
2015-03-30 17:25:14 +02:00
Mathieu Darse
a9a1d44447
Fix term/text/context nodes merging
2015-03-30 16:30:12 +02:00
Mathieu Darse
fc6b61e159
Fix quoted text node generation
2015-03-30 16:30:12 +02:00
Mathieu Darse
99e62f7530
QueryParser -> QueryCompiler
2015-03-30 16:17:40 +02:00
Benoît Burnichon
f122e0eafd
Setup Controller
2015-03-30 15:14:39 +02:00
Mathieu Darse
470804659b
Use a single transliterator to do ASCII folding
...
Move in string utilities too.
2015-03-30 14:46:43 +02:00
Benoît Burnichon
0bbd745a87
Add Minifier Controller
2015-03-30 14:41:58 +02:00
Benoît Burnichon
054195d3c0
Finish Lightbox Controller
2015-03-30 14:41:15 +02:00
Benoît Burnichon
bcf59c560d
Partial LightboxController refactor
2015-03-27 19:13:07 +01:00
Benoît Burnichon
fa9d2a7f07
Some more errors in Permalink controller
2015-03-27 17:42:18 +01:00
Benoît Burnichon
7979167343
Call to logView should not include application
2015-03-27 17:03:21 +01:00
Benoît Burnichon
c2e458faaa
Split Datafile and Permalink
2015-03-27 16:41:24 +01:00
Benoît Burnichon
7b7b99e476
Prepare PhraseaApplication for ControllerProvider split
2015-03-27 16:37:57 +01:00
Benoît Burnichon
ad51a350b7
Change content type negotiation in API.
...
Fix typo in negotiator word.
2015-03-27 13:46:54 +01:00
Benoît Burnichon
bf27dcff20
Remove useless Dependency
2015-03-27 12:58:07 +01:00
Benoît Burnichon
1342756b84
Rename Controller to ControllerProvider
2015-03-27 12:55:43 +01:00
Benoît Burnichon
2fde5a437e
AbstractDelivery does not provides any controllers
2015-03-27 11:59:48 +01:00
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