Commit Graph

4675 Commits

Author SHA1 Message Date
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
4aa9a55cc0 Fix OrderElement accept/deny todo count 2016-03-21 11:23:00 +01:00
Benoît Burnichon
11021ba8c8 Extract CollectionReferenceCollection class from ACL. 2016-03-21 11:23:00 +01:00
Benoît Burnichon
1a36543c47 some PHPCS fixing 2016-03-21 11:23:00 +01:00
Benoît Burnichon
05d2339ecb Reduce duplication for OrderController 2016-03-21 11:22:59 +01:00
Benoît Burnichon
c394887a19 Move Order controllers to same namespace 2016-03-21 11:22:59 +01:00
Benoît Burnichon
6d086bcb52 fix Basket owning setting when providing it 2016-03-21 11:22:59 +01:00
Benoît Burnichon
a01257ae6b Add basket owning logic in Order 2016-03-21 11:22:59 +01:00
Benoît Burnichon
2ca47d13f6 WIP 2016-03-21 11:22:59 +01:00
Benoît Burnichon
02829094ce WIP 2016-03-21 11:22:59 +01:00
Benoît Burnichon
5ded48dafb Allow retrieve collection by a collection of base ids 2016-03-21 11:22:58 +01:00
Florian BLOUET
c632975de3 Fix publication creation, edition, sorting 2016-03-21 09:00:07 +01:00
Florian BLOUET
161bfbe21e remove prod js modules dependencies - remove useless gulp tasks - add phraseanet production client npm module 2016-03-18 10:08:08 +01:00
Florian BLOUET
ea3abbeb54 wip: remove prod js modules dependencies 2016-03-18 10:08:08 +01:00
Florian BLOUET
203521d991 remove lightbox IE6 version 2016-03-18 10:08:07 +01:00
Florian BLOUET
3011b13049 wip: js modularization of prod and cleanup 2016-03-18 10:08:06 +01:00
Florian BLOUET
83f3bd4084 cleanup move and delete actions 2016-03-18 10:08:05 +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
03b821acb7 Merge branch '4.0' 2016-03-16 17:21:57 +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
1587164fe8 SubdefGroup is not array accessible.
Should use hasser to check whether a group exists or not.
2016-03-14 17:28:42 +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
6cda4eec7e Merge branch '4.0' 2016-03-11 21:50:23 +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
97685ebab1 Merge remote-tracking branch 'upstream/4.0' 2016-03-11 15:06:50 +01:00