Commit Graph

4207 Commits

Author SHA1 Message Date
Benoît Burnichon
f07b7b6722 WIP 2016-03-22 16:13:19 +01:00
Benoît Burnichon
9398891f5c Allow retrieve collection by a collection of base ids 2016-03-22 16:12:01 +01:00
Benoît Burnichon
6b7e28e2bd Change variable name to make it more explicit. 2016-03-22 16:09:41 +01:00
Benoît Burnichon
1a9035c60f Add missing parameters types array in Repository call 2016-03-22 16:09:41 +01:00
Benoît Burnichon
421e62d136 Typos in Users in RegenerateSqliteDb command.
PHPCS of tests
2016-03-22 16:09:38 +01:00
Benoît Burnichon
4d65085b46 Extract OrderFiller 2016-03-22 15:55:54 +01:00
Benoît Burnichon
1982d0a625 Prepare extraction of class from OrderController 2016-03-22 15:55:54 +01:00
Benoît Burnichon
cb87d7c0f1 Refactor OrderController 2016-03-22 15:55:54 +01:00
Benoît Burnichon
2b5557ac7c Add lookup by order master to collection reference repository 2016-03-22 15:55:54 +01:00
Benoît Burnichon
63d4923292 Remove some unused statements 2016-03-22 15:55:51 +01:00
Benoît Burnichon
0d6c44fac3 Add some missing copyrights 2016-03-22 15:54:32 +01:00
Benoît Burnichon
7c65b2a7e9 Extract method from Twig PhraseanetExtension 2016-03-17 12:23:19 +01:00
Benoît Burnichon
9313f3da2b Added new Twig filter to sort a collection set.
Only currently used in admin/tree.html.twig but could be used in collection rights.
2016-03-17 11:24:59 +01:00
Benoît Burnichon
cd80e9e1ed Remove unused appbox parameter 2016-03-15 19:11:56 +01:00
Benoît Burnichon
814cf30b3e Add slugified flag name in admin 2016-03-15 18:03:24 +01:00
Benoît Burnichon
57aab7aa85 Fixup PHPCS 2016-03-15 17:47:13 +01:00
Benoît Burnichon
b8a506d3b2 Improve readability of Thesaurus Helper 2016-03-15 17:31:01 +01:00
Benoît Burnichon
daf2cf6150 replace StringUtils::slugify by a proper instance
Previous implementation had a flaw when using a different separating character. New implementation should be well tested.
2016-03-15 16:59:53 +01:00
Benoît Burnichon
03e0dbae52 reduce duplication and refactor BuildSubdefs Command 2016-03-15 12:24:58 +01:00
Benoît Burnichon
c789c58f93 Refactor BuildMissingSubdefs 2016-03-15 12:24:58 +01:00
Benoît Burnichon
bfc396d04c Fix documentation issue 2016-03-15 12:21:56 +01:00
Benoît Burnichon
c29740dab4 PHPCS in Collection 2016-03-15 12:21:56 +01:00
Benoît Burnichon
22425fbe78 Remove useless assignment 2016-03-15 12:21:56 +01:00
Benoît Burnichon
3563393e41 Remove useless variable clear 2016-03-15 12:21:56 +01:00
Benoît Burnichon
6ceed60efc Fix loadFromString of MetaField
Remove useless destructor
2016-03-15 12:21:56 +01:00
Benoît Burnichon
807c6d62dd Fix switch statement 2016-03-15 12:21:56 +01:00
Benoît Burnichon
f3ca8121de Fix Injected repository into SuggestionFinder. 2016-03-15 12:21:56 +01:00
Benoît Burnichon
3944580f8c fix return type from Failure Manager.
Also require injection of an AuthFailureRepository instance.
Add flush of entities.
2016-03-15 12:21:56 +01:00
Benoît Burnichon
034f56964c Slight refactor of AclAware trait 2016-03-15 12:21:00 +01:00
Benoît Burnichon
c6f133abf2 EmptyCollectionJob should accept bas_id setting.
Could not refactor the job as there are static calls preventing mocks.
2016-03-14 12:07:09 +01:00
Benoît Burnichon
f2e62abd8b Remove !count() calls 2016-03-11 18:03:53 +01:00
Scrutinizer Auto-Fixer
d8d4d79309 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-03-11 16:13:39 +00:00
Benoît Burnichon
c440486603 Refactor Task Manager related commands. 2016-03-10 15:35:16 +01:00
Jean-Yves Gaulier
2af8b3d954 change "ticks" to 1000
todo : fix vendor(s)...
#PHRAS-997 time 5m
2016-03-10 14:23:17 +01:00
Benoît Burnichon
2b55022bdb fix issue with hotfolders with ending slashes.
PHRAS-884
2016-03-10 11:52:02 +01:00
Benoît Burnichon
ac746bcfd9 Reformat ArchiveJob 2016-03-10 11:51:30 +01:00
Benoît Burnichon
dda6278f58 fixed scrutinizers issues 2016-03-09 19:13:49 +01:00
Benoît Burnichon
8f32c77e43 Add special handling for NoSource tags on set 2016-03-09 17:10:32 +01:00
Benoît Burnichon
7617e64906 Register NoSource tag in TagFactory 2016-03-09 16:09:28 +01:00
Benoît Burnichon
e52273480b Rename Nosource tag into NoSource. Add fieldName property 2016-03-09 16:09:10 +01:00
Benoît Burnichon
6d2df0f9bd fixup Nosource to be properly initialized. Tag should be Value Objects 2016-03-09 13:50:44 +01:00
Benoît Burnichon
66968566b3 Fix misuse of DataboxFieldFactory 2016-03-09 13:48:55 +01:00
Benoît Burnichon
4c30e577c9 Inject DataboxRepository into PhraseanetMetadataSetter 2016-03-09 13:48:55 +01:00
Benoît Burnichon
3ef1ecb636 Refactor PhraseanetMetadataSetter 2016-03-09 13:48:55 +01:00
Jean-Yves Gaulier
ddce5a82dd PHRAS-939 #time 2d
- fix archive task with doc+xml :
xml data data targeting a field without "source" -for a record inside a story- are now present in the newly created record.
2016-03-09 13:48:46 +01:00
Thibaud Fabre
8cef133413 Leave shard refresh interval alone 2016-03-08 17:53:28 +01:00
Jean-Yves Gaulier
b6cc58a68e PHRAS-987 1h
PNG-Subdefs (port from 3.8)
2016-03-08 12:09:35 +01:00
Benoît Burnichon
8f6f475b7d Add private fields to caption when available to user 2016-03-07 18:39:29 +01:00
Benoît Burnichon
5b93fd92b8 Add memory cache to RecordReferenceCollection 2016-03-07 18:38:41 +01:00
Benoît Burnichon
63fd462abe Change listRecordCaption argument to record_adapter 2016-03-07 13:41:37 +01:00