Commit Graph

1765 Commits

Author SHA1 Message Date
Benoît Burnichon
3d238fe5ec Prevent actual scheduler start to avoid infinite wait 2015-03-26 01:07:49 +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
a1b490bd3f Slash is now accepted in redirects. 2015-03-25 13:07:45 +01: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
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
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
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
Benoît Burnichon
ef68007132 Remove references to Phrasea Indexer. 2015-03-23 18:13:58 +01:00
Benoît Burnichon
d2a2214624 Travis config to check 5.6 compatibility and build against PHP 7 2015-03-19 15:15:59 +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
Benoît Burnichon
775552f613 Change Version to non-static 2015-03-19 11:28:06 +01:00
Benoît Burnichon
cdc7f743d5 Remove staticExpects to work with PHPUnit ~4.5 2015-03-17 13:08:27 +01:00
Benoît Burnichon
e5fae798dc Properly install zmq pecl extension in vagrant. Create default test dbs 2015-03-17 11:31:14 +01:00
Benoît Burnichon
18bbddde52 Improve tests/bootstrap.sh script 2015-03-14 00:22:42 +01:00
Benoît Burnichon
c72e31163b Merge remote-tracking branch 'upstream/3.8' 2015-03-13 18:50:49 +01:00
Benoît Burnichon
7734467845 Fix issue with Strict mode 2015-03-13 17:45:48 +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
8788850acc allow test bootstrap to install in update or install mode 2015-03-13 11:12:34 +01:00
Nicolas Le Goff
7596ddc5d2 Fix tests 2015-03-12 17:13:53 +01:00
Benoît Burnichon
135b2fcaff Remove now useless dependency 2015-03-12 15:08:25 +01:00
Benoît Burnichon
e17bdf83c9 Setup Controller should call with db_name, not dbname 2015-03-12 15:08:25 +01:00
Benoît Burnichon
e84061924b Refactor MailChecker to avoid static instance. 2015-03-12 15:08:24 +01:00
Benoît Burnichon
565a3af9ce Fixup test of ConfigurationServiceProvider. 2015-03-12 14:40:54 +01:00
Nicolas Le Goff
24036bf4ed Fix some tests 2015-03-11 21:50:36 +01:00
Nicolas Le Goff
b536c7ae59 Remove unused function 2015-03-11 21:50:36 +01:00
Nicolas Le Goff
3115729da4 Deprecate client 2015-03-11 21:50:36 +01:00
Nicolas Le Goff
d5a56165a2 Fix search route tests 2015-03-11 21:50:36 +01:00
Nicolas Le Goff
f8963d2e04 Fix upload file tests 2015-03-11 21:50:36 +01:00
Benoît Burnichon
3dfed100ea Double binary to decimal conversion 2015-03-11 17:48:14 +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
Nicolas Le Goff
4999173467 Merge pull request #1273 from nlegoff/remove-ws
[3.9] Remove Websockets dependencies
2015-03-10 11:05:47 +01:00
Nicolas Le Goff
bd4836aaa7 Remove Websockets dependencies 2015-03-10 09:55:43 +01:00
Nicolas Le Goff
2c2915e58b Fix doctrine schema 2015-03-06 12:51:11 +01:00
Benoît Burnichon
bdf37b8040 Add tests/bootstrap.sh to ease cleaning databases 2015-03-05 17:47:31 +01:00
Benoît Burnichon
c7fb23d28c Properly Retrieve LazaretFile repo. Update LazaretTests 2015-03-04 19:33:20 +01:00
Benoît Burnichon
9df9c44f1d Remove static-file key in Fixtures/configuration 2015-03-04 16:41:12 +01:00
Nicolas Le Goff
bae753ece1 Skip tests 2015-02-27 17:46:45 +01:00
Nicolas Le Goff
5b3e699599 Merge remote-tracking branch 'upstream/3.8'
Conflicts:
	bower.json
	composer.lock
	lib/Alchemy/Phrasea/Application/Api.php
	lib/Alchemy/Phrasea/Controller/Prod/Lazaret.php
	lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngineQueryParser.php
	lib/classes/API/V1/adapter.php
	lib/classes/Feed/Adapter.php
	lib/classes/User/Query.php
	lib/classes/patch/320alpha4b.php
	templates/web/admin/statusbit.html.twig
	templates/web/prod/actions/Tools/index.html.twig
	templates/web/prod/index.html.twig
	templates/web/prod/upload/lazaret.html.twig
	templates/web/prod/upload/upload-flash.html.twig
	www/scripts/apps/login/home/config.js
	www/skins/prod/000000/prodcolor.css
	www/skins/prod/959595/prodcolor.css
2015-02-23 19:16:56 +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
d9f6306f8a PHRAS-350 #fix add step by step tour guide 2015-02-17 19:23:35 +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
Nicolas Le Goff
950cdbe5d9 Fix tests 2015-02-08 15:15:51 +01:00
Nicolas Le Goff
bc6b1f593e Fix tests 2015-02-06 19:47:00 +01:00
Nicolas Le Goff
a3f1eddefb Fix tests 2015-02-06 19:30:26 +01:00