Commit Graph

10921 Commits

Author SHA1 Message Date
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
51519ce4a2 Avoid N+1 in User_Query 2016-03-22 15:55:53 +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
53ec1cb076 Merge pull request #1766 from lostdalek/hotfix/PHRAS-1039
PHRAS-1039
2016-03-21 11:18:42 +01:00
Florian BLOUET
ba646fa733 PHRAS-1039 - fix preview backward navigation 2016-03-21 10:20:56 +01:00
Thibaud Fabre
15b9f371fa Merge pull request #1762 from bburnichon/bug/invalid-collection-order-PHRAS-917
Added new Twig filter to sort a collection set.
2016-03-17 13:33:28 +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
817b72c0b0 Merge pull request #1761 from bburnichon/feature/add-flag-slug-in-admin
add flag slug in admin edit status
2016-03-15 19:36:12 +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
210920c31f Fix missing requirement to intl extension
Found usage of Transliterator which is part of the intl extension
2016-03-15 16:57:07 +01:00
Benoît Burnichon
643b7d2501 Require new cocur/slugify library to replace buggy implementation 2016-03-15 16:42:55 +01:00
Benoît Burnichon
89a08b78d4 Merge pull request #1760 from bburnichon/improvement/some-scrutinizers-fixups
Improvement/some scrutinizers fixups
2016-03-15 13:52:46 +01:00
Benoît Burnichon
9078835ae8 Fix FailureManager tests and dependent AuthenticationManagerServiceProviderTest 2016-03-15 12:59:55 +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
070196b12c Merge pull request #1757 from bburnichon/feature/empty-collection-job-PHRAS-1032
EmptyCollectionJob should accept bas_id setting.
2016-03-14 12:25:33 +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
b712dce230 Merge pull request #1756 from bburnichon/improvements/travis-setup
update CI flows
2016-03-11 21:11:12 +01:00
Benoît Burnichon
e0aaf66e8f Change CI flows
restrict builds to only specific branches
use composer without prefer-source
2016-03-11 21:00:48 +01:00
Benoît Burnichon
d2dcc34815 Merge pull request #1755 from alchemy-fr/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2016-03-11 20:21:53 +01:00
Benoît Burnichon
e22a60afc5 Refactor tests using XmlHttpRequest 2016-03-11 20:00:52 +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
Thibaud Fabre
ce313d94ca Merge pull request #1754 from bburnichon/improvement/backport-ticks-4.0
fix declare(ticks=1)
2016-03-10 16:12:12 +01: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
e819ce27db Merge pull request #1753 from bburnichon/improvement/use-stable-version-of-rest-bundle
Bump rest-bundle to stable version
2016-03-10 13:49:32 +01:00
Benoît Burnichon
bd2f70295c Bump rest-bundle to stable version 2016-03-10 13:26:49 +01:00
Benoît Burnichon
bb3fc21ff5 Merge pull request #1752 from bburnichon/bug/PHRAS-884
Archive Task naming issue
2016-03-10 12:46:15 +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
435803a2d0 Merge pull request #1751 from bburnichon/bug/PHRAS-939
Proper fix of invalid archive task
2016-03-09 19:26:24 +01:00
Benoît Burnichon
dda6278f58 fixed scrutinizers issues 2016-03-09 19:13:49 +01:00
Benoît Burnichon
f8411fd409 Special handling of field with no source 2016-03-09 18:43:48 +01:00