Commit Graph

220 Commits

Author SHA1 Message Date
Benoît Burnichon
feddae6ac7 UserController refactor 2015-04-01 10:23:05 +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
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
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
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
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
Benoît Burnichon
b44fb7ed76 Typehint collection in RegistrationRepository 2015-03-12 15:08:24 +01:00
Benoît Burnichon
6d7c086ad7 Improve LazaretFileRepository by using query builder 2015-03-12 15:08:24 +01:00
Benoît Burnichon
86cc3550ee in_array should use strict mode for integer checks 2015-03-12 14:40:54 +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
2c2915e58b Fix doctrine schema 2015-03-06 12:51:11 +01:00
Nicolas Le Goff
2c4c1f35fd Set default value 2015-03-06 12:35:18 +01:00
Nicolas Le Goff
5a55732b46 Fix strict mode sql issue 2015-03-06 12:35:18 +01:00
Nicolas Le Goff
111755fa9b Refactor status display 2015-02-19 15:14:23 +01:00
Nicolas Le Goff
9a3e92ed9c Multiple ORMs for all database 2015-02-12 17:58:45 +01:00
Nicolas Le Goff
065f64bd47 Report previous patches 2015-02-09 13:42:26 +01:00
Nicolas Le Goff
40da069bf3 Fix tests 2015-02-06 20:03:33 +01:00
Nicolas Le Goff
b2dad6c18a Fix SQL queries 2015-02-06 17:01:49 +01:00
Nicolas Le Goff
33fc12e09e Remove strict comparison 2015-02-06 16:17:26 +01:00
Mathieu Darse
1f1264ba54 Merge pull request #9 from nlegoff/flags
Add flags property
2014-12-29 11:34:21 +01:00
Nicolas Le Goff
1763ba5934 Add collection name 2014-12-26 15:26:03 +01:00
Nicolas Le Goff
fc7221fdbc Add flags property 2014-12-26 15:06:30 +01:00
Nicolas Le Goff
088b0672cb Fix latest merge 2014-12-15 11:40:30 +01:00
Nicolas Le Goff
4059f738e7 Typo 2014-12-04 11:48:12 +01:00
Nicolas Le Goff
552bb88d4e Add exif method to record interface 2014-12-04 11:48:12 +01:00
Nicolas Le Goff
8e2d9a57c4 Fix feed entry item order 2014-12-04 11:48:10 +01:00
Nicolas Le Goff
b7c428f71f Fix minor issues 2014-12-04 11:48:10 +01:00
Nicolas Le Goff
4d76f374e1 Fix mistake 2014-12-04 11:48:10 +01:00
Nicolas Le Goff
15a03f647d Update according to @mdarse comments 2014-12-04 11:48:09 +01:00
Nicolas Le Goff
1dddcbd3c6 Handle substitution 2014-12-04 11:48:09 +01:00
Nicolas Le Goff
392ff21d51 Clean 2014-12-04 11:48:08 +01:00
Nicolas Le Goff
604416f214 Fix namespaces & method call 2014-12-04 11:48:07 +01:00
Nicolas Le Goff
d5fb2e1cb9 Update Record Hydration 2014-12-04 11:48:07 +01:00
Nicolas Le Goff
e3e7201700 Update Record Interface 2014-12-04 11:48:07 +01:00
Nicolas Le Goff
eb67f67c95 Add ESRecordENtity 2014-12-04 11:48:06 +01:00
Nicolas Le Goff
957f314a07 Delete Record Entities 2014-12-04 11:48:06 +01:00
Nicolas Le Goff
3f79f8f548 Add dumn entity hydrator 2014-12-04 11:48:04 +01:00
Nicolas Le Goff
f3f472b0c1 Add record Entity 2014-12-04 11:48:04 +01:00
Nicolas Le Goff
01516a5dc0 Add new RecordInterface 2014-12-04 11:48:04 +01:00
Nicolas Le Goff
de7988689e Update directory structure & allow to configure paths (tmp, log, cache) 2014-09-05 15:57:00 +02:00
Nicolas Le Goff
66fa05f4ee Fix CS 2014-07-17 15:17:04 +02:00
Nicolas Le Goff
24b885eb7c Fix tests 2014-07-03 15:07:35 +02:00
Nicolas Le Goff
1970439edb Fix latest merge 2014-06-24 16:40:12 +02:00
Nicolas Le Goff
0d040519f3 Add third party application webhook event 2014-06-23 17:48:42 +02:00
Nicolas Le Goff
1250f8ab0b Fix latest merge 2014-06-19 16:11:27 +02:00