Benoît Burnichon
c2ff3b6575
Add Secrets to ApplicationBox.
2015-05-19 18:26:57 +02:00
Benoît Burnichon
beabf90fdf
Refactor Notifier
2015-05-12 21:05:29 +02:00
Benoît Burnichon
72fdfa7141
Fixup ApiTests about Content-Type
2015-05-11 18:11:51 +02:00
Benoît Burnichon
8c037232d5
Merge pull request #1374 from jygaulier/API_STORY
...
report des routes api/story de 3.8
2015-05-11 12:18:45 +02:00
Benoît Burnichon
3856622d48
Merge pull request #1361 from mdarse/thesaurus-prefixes
...
Thesaurus prefixes in field structure (the return)
2015-05-11 12:07:48 +02:00
Jean-Yves Gaulier
f7b1991b0d
fix
2015-05-07 17:00:56 +02:00
Benoît Burnichon
31116a14a9
Remove OpCache options as now bundled with PHP5.5+
2015-05-06 12:00:28 +02:00
Benoît Burnichon
8d812283de
Bump revision to 4.0.0-alpha1
2015-04-30 20:01:01 +02:00
Mathieu Darse
feb7fd057e
Add some indexer logging
2015-04-29 20:43:20 +02:00
Mathieu Darse
30391e89b8
Add logging capabilities to thesaurus
2015-04-29 19:08:42 +02:00
Jean-Yves Gaulier
a0815afcd5
- restore task interfaces
...
- remove task "phraseanet-indexer"
todo :
task "recordmover"
2015-04-29 14:48:22 +02:00
Mathieu Darse
4785fbc8ed
Fix indexing issue with date fields
...
- Date and number types sanitization
- Remove `RecordIndexer` dependency on `ElasticSearchEngine`
- Move some sanitization from `RecordIndexer` to `RecordHelper`
2015-04-15 18:28:12 +02:00
Jean-Yves Gaulier
56fa78e0ef
wip : removed Sphinx and Phrasea search engines
2015-04-08 18:37: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
Mathieu Darse
99e62f7530
QueryParser -> QueryCompiler
2015-03-30 16:17:40 +02: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
8d7fe65430
Add Session Listener to enforce save of session at kernel response
2015-03-26 00:51: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
Benoît Burnichon
a84c55418e
Bump Version and fix array_filter arguments order
2015-03-24 17:15:17 +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
Benoît Burnichon
893f78afa1
Remove call to TaskRepository as not used.
2015-03-24 14:19:29 +01:00
Benoît Burnichon
ef68007132
Remove references to Phrasea Indexer.
2015-03-23 18:13:58 +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
Mathieu Darse
679106d226
Fix typos and check-in Escaper
2015-03-19 16:41:53 +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
Mathieu Darse
e4ee7fc7d7
Fix broken phrasea engine (introduced in #1282 )
2015-03-16 16:30:50 +01:00
Benoît Burnichon
c72e31163b
Merge remote-tracking branch 'upstream/3.8'
2015-03-13 18:50:49 +01:00
Benoît Burnichon
1f6b1791dc
Remove useless use statements
2015-03-12 15:08:24 +01:00
Benoît Burnichon
565a3af9ce
Fixup test of ConfigurationServiceProvider.
2015-03-12 14:40:54 +01:00
Benoît Burnichon
118bb2f03c
Some fixup for ES instance
2015-03-11 15:22:20 +01:00
Mathieu Darse
63eaaf1596
Merge remote-tracking branch 'upstream/master' into elastic-indexer
...
Conflicts:
composer.lock
www/scripts/apps/admin/main/app.js
2015-03-10 15:25:20 +01:00
Nicolas Le Goff
ed3ffb59a6
Merge remote-tracking branch 'upstream/master' into 20150306-elastic-indexer
...
Conflicts:
bin/console
bower.json
composer.json
composer.lock
lib/Alchemy/Phrasea/Application.php
lib/Alchemy/Phrasea/Border/Manager.php
lib/Alchemy/Phrasea/Controller/Api/V1.php
lib/Alchemy/Phrasea/Core/PhraseaEvents.php
lib/Alchemy/Phrasea/SearchEngine/SearchEngineOptions.php
lib/classes/caption/field.php
lib/classes/record/Interface.php
templates/web/prod/index.html.twig
www/skins/prod/000000/prodcolor.css
2015-03-10 14:36:31 +01:00
Mathieu Darse
e889d19b7d
Filter databoxes earlier (in Indexer) and databox id error handling
2015-03-10 11:52:30 +01:00
Nicolas Le Goff
bd4836aaa7
Remove Websockets dependencies
2015-03-10 09:55:43 +01:00
Benoît Burnichon
bfabecc1ad
Fix phraseanet install (generate ORM proxies)
2015-03-03 18:56:10 +01:00
Nicolas Le Goff
2924d8f29f
Fix mount database
2015-02-27 16:08:53 +01:00
Nicolas Le Goff
95211d8875
Remove unused stuff
2015-02-27 16:08:40 +01:00
Mathieu Darse
a84602f896
Move concept injection into query parser
2015-02-25 16:12:58 +01:00
Nicolas Le Goff
7299928840
Load service provider if app is setup
2015-02-24 15:25:43 +01:00
Nicolas Le Goff
938a83b967
PHRAS-29 #fix Add creation story in API
2015-02-23 14:44:16 +01:00
Nicolas Le Goff
111755fa9b
Refactor status display
2015-02-19 15:14:23 +01:00
Mathieu Darse
57f3e3dcf0
Shorten remaining flag constants and remove legacy ones
2015-02-18 19:04:10 +01:00
Nicolas Le Goff
a3ef1b606c
Makes static thumbnails delivery as default delivery && set symlink dir in www directory
2015-02-16 15:01:44 +01:00
Nicolas Le Goff
9a3e92ed9c
Multiple ORMs for all database
2015-02-12 17:58:45 +01:00
Mathieu Darse
87e5bda333
Fix some syntax errors
2015-02-09 19:23:26 +01:00
Mathieu Darse
0701dfbb30
Rollback media substituted event renaming
2015-02-09 19:19:20 +01:00