Commit Graph

11063 Commits

Author SHA1 Message Date
Florian BLOUET
f3340a85a1 remove better.js 2016-03-18 11:05:07 +01:00
Florian BLOUET
e6f2d659c3 fix admin dep over commonModule 2016-03-18 10:43:38 +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
be542c8426 wip: remove prod js modules dependencies 2016-03-18 10:08:08 +01:00
Florian Blouet
d7fc16228d wip: remove prod js modules dependencies 2016-03-18 10:08:08 +01:00
Florian BLOUET
96f299856f wip: remove prod js modules dependencies 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
b2eb3abe0d wip: remove prod js modules dependencies 2016-03-18 10:08:08 +01:00
Florian Blouet
cf1fd82a5b wip: move js module into external production client 2016-03-18 10:08:08 +01:00
Florian BLOUET
d7c89a2199 wip: move js modules into production-client npm module 2016-03-18 10:08:07 +01:00
Florian BLOUET
ab368a7dee wip: js modularization of lightbox and cleanup 2016-03-18 10:08:07 +01:00
Florian BLOUET
203521d991 remove lightbox IE6 version 2016-03-18 10:08:07 +01:00
Florian BLOUET
721307a7ca rename js files 2016-03-18 10:08:07 +01:00
Florian BLOUET
5eec250624 modularize dialog Module (no more p4.dialog) 2016-03-18 10:08:07 +01:00
Florian BLOUET
4ff3239c92 apply PHRAS-1016 2016-03-18 10:08:06 +01:00
Florian BLOUET
0b21732911 apply PHRAS-995 2016-03-18 10:08:06 +01:00
Florian BLOUET
c7905140d5 apply PHRAS-945 2016-03-18 10:08:06 +01:00
Florian BLOUET
394fb3eb11 hotfix js 2016-03-18 10:08:06 +01:00
Florian BLOUET
3011b13049 wip: js modularization of prod and cleanup 2016-03-18 10:08:06 +01:00
Florian BLOUET
0ca57b900f wip: js modularization of record editor and cleanup 2016-03-18 10:08:06 +01:00
Florian BLOUET
239c3c3930 wip: js modularization 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
Florian BLOUET
0b4802cef2 wip extract toolbar 2016-03-18 10:08:05 +01:00
Florian Blouet
5f9d45ba9a wip external production client 2016-03-18 10:08:05 +01:00
Florian Blouet
3b6c7cd63a wip: add external production client 2016-03-18 10:08:05 +01:00
Benoît Burnichon
03b821acb7 Merge branch '4.0' 2016-03-16 17:21:57 +01:00
Benoît Burnichon
73e55b43eb Avoid using imagine/imagine alias as it is causing install issues 2016-03-16 15:34:31 +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
321bf96ebf Merge pull request #1758 from bburnichon/bug/subdef-group-is-not-array-accessible-PHRAS-1037
SubdefGroup is not array accessible.
2016-03-14 18:05:30 +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