Commit Graph

4675 Commits

Author SHA1 Message Date
Thibaud Fabre
c05cac4800 Hydrate events one by one to preserve memory 2016-04-06 16:16:47 +02:00
Jean-Yves Gaulier
e6b1ad4f2f PHRAS-1055 #time 1h
- no bug concerning --max_record
- add try/catch so the job don't stop on errors

PHRAS-1055 #time 5h
- add option --dry
- add verbose print (-v)
- add "ALL" for type and subdef arguments
- fix "substitute" options
- fix show sql with arguments

PHRAS-1055 #time 5h
- better error handling
- argument "databox" can be specified as id, dbname or viewname
- add option "--partition=n/N"
- argument "type" changed to option "--record_type=a,b,c" (can also be set as "--record_type=a,b --record_type=c")
- argument "subdefs" changed to option "--name=x,y,z" (can also be set as "--name=x,y --name=z")
- option "--with-substitution" changed to "--with_substituted"
- option "--substitution-only" changed to "--substituted-only"

PHRAS-1055 #time 2h
- change lone argument (databox) to option "--databox" (mandatory)
- add option "--missing_only" to create missing subdefs after structure change.
- add option "--garbage_collect" to remove orphan subdefs left by structure change.

PHRAS-1055 #time 1m
- cleanup

PHRAS-1055 #time 2h
- cleanup
- add option "--reset_subdef_flag"
- add option "--set_writemeta_flag"

PHRAS-1055 #time 1m
- fix vocabulary (flag)
2016-04-06 11:36:00 +02:00
Benoît Burnichon
fcc5869710 Merge pull request #1786 from bburnichon/feature/add-links-to-order-elements-PHRAS-1059
PHRAS-1059 #time 1d
2016-04-04 16:37:07 +02:00
Benoît Burnichon
5a9f3e2273 Add ability to retrieve Subdef url when fetching orders 2016-04-04 16:06:11 +02:00
Jean-Yves Gaulier
6cb9e8b80b PHRAS-1055 #time 1m
- fix vocabulary (flag)
2016-04-04 14:44:39 +02:00
Jean-Yves Gaulier
05b2c876ef PHRAS-1055 #time 2h
- cleanup
- add option "--reset_subdef_flag"
- add option "--set_writemeta_flag"
2016-04-04 14:41:20 +02:00
Jean-Yves Gaulier
0f40eb5861 PHRAS-1055 #time 1m
- cleanup
2016-04-04 14:41:20 +02:00
Jean-Yves Gaulier
4e37af6386 PHRAS-1055 #time 2h
- change lone argument (databox) to option "--databox" (mandatory)
- add option "--missing_only" to create missing subdefs after structure change.
- add option "--garbage_collect" to remove orphan subdefs left by structure change.
2016-04-04 14:41:19 +02:00
Jean-Yves Gaulier
81b636d4de PHRAS-1055 #time 5h
- better error handling
- argument "databox" can be specified as id, dbname or viewname
- add option "--partition=n/N"
- argument "type" changed to option "--record_type=a,b,c" (can also be set as "--record_type=a,b --record_type=c")
- argument "subdefs" changed to option "--name=x,y,z" (can also be set as "--name=x,y --name=z")
- option "--with-substitution" changed to "--with_substituted"
- option "--substitution-only" changed to "--substituted-only"
2016-04-04 14:41:19 +02:00
Jean-Yves Gaulier
95683735b6 PHRAS-1055 #time 5h
- add option --dry
- add verbose print (-v)
- add "ALL" for type and subdef arguments
- fix "substitute" options
- fix show sql with arguments
2016-04-04 14:41:19 +02:00
Jean-Yves Gaulier
fe6bb51351 PHRAS-1055 #time 1h
- no bug concerning --max_record
- add try/catch so the job don't stop on errors
2016-04-04 14:41:19 +02:00
Benoît Burnichon
f64651ba3f Add default ttl-url to MediaSubdefinitionUrlGenerator 2016-04-04 12:34:00 +02:00
Benoît Burnichon
40cf44c07f Add MediaAccessor subdef url generator 2016-04-04 12:34:00 +02:00
Florian BLOUET
54d931207a Bump Phraseanet production client
- Record Editor refacto
2016-04-01 17:20:48 +02:00
Benoît Burnichon
72b9e0856d Add Hydration facilities 2016-04-01 13:23:18 +02:00
Benoît Burnichon
21690596ac Add DataboxBoundRepositoryProvider 2016-04-01 11:40:19 +02:00
Benoît Burnichon
ca4ef347d2 Fix left Vocabulary\Controller 2016-03-31 11:30:42 +02:00
Benoît Burnichon
ff703d5c93 normalize vocabulary service name 2016-03-30 17:53:58 +02:00
Benoît Burnichon
c8063fa136 fix service lookup in lower-case 2016-03-30 17:42:46 +02:00
Benoît Burnichon
07993efb58 Fixup UserProvider definition and test 2016-03-30 17:00:04 +02:00
Benoît Burnichon
020d7a9b02 Remove VocabularyController 2016-03-30 16:33:10 +02:00
Benoît Burnichon
86cba70a76 Some PHPCS 2016-03-30 14:38:49 +02:00
Benoît Burnichon
37883ed1ae Remove useless method in SearchEngineInterface 2016-03-29 19:08:09 +02:00
Benoît Burnichon
973826eeb3 Remove dependency on CaptionRecord get_record() method. 2016-03-29 18:59:04 +02:00
Benoît Burnichon
11abedd0ed Convert some SQL to HEREDOCS 2016-03-29 15:28:42 +02:00
Benoît Burnichon
e10e83dd36 Fix issue with improper count SQL 2016-03-29 15:28:19 +02:00
Benoît Burnichon
3597ebc7c2 Search should always use multiple retrival strategy 2016-03-29 14:57:44 +02:00
Benoît Burnichon
c580b55c3e Remove one N+1 by fetching TechnicalDataSets 2016-03-29 14:57:44 +02:00
Benoît Burnichon
6bfe235bfa Scrutinizers proposed patches 2016-03-29 14:57:44 +02:00
Scrutinizer Auto-Fixer
68da0ac0ed Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-03-25 13:14:51 +00:00
Benoît Burnichon
5a83a9c1c5 PHPCS 2016-03-25 13:18:52 +01:00
Benoît Burnichon
3c71914394 Enable All Queries logging in WebProfiler 2016-03-25 13:18:52 +01:00
jygaulier
e2b4d9ec41 Update RecordController.php 2016-03-24 16:01:02 +01:00
Jean-Yves Gaulier
0da3c8112a PHRAS-1045 #time 4h
-fix : when a story is deleted with "Delete also content..." checked, the content and the story is deleted
2016-03-24 15:16:15 +01:00
Benoît Burnichon
d151abc71d Add oauth authentication to permalink route 2016-03-23 19:49:47 +01:00
Benoît Burnichon
29be3a6dc6 fix ApiOrderController per_page functionality 2016-03-23 19:49:06 +01:00
Thibaud Fabre
b619bf7bba Change failed to createion_failed 2016-03-23 12:42:31 +01:00
Thibaud Fabre
773a31d4f8 Add extra event types in webhooks 2016-03-23 12:42:31 +01:00
Benoît Burnichon
25222234f8 Issue in CollectionHelper ordering.
Also make helper class final.
2016-03-23 11:32:47 +01:00
Benoît Burnichon
1f47d1a7aa Merge branch '4.0' 2016-03-22 17:45:18 +01:00
Benoît Burnichon
25745732b6 Fix OrderElement accept/deny todo count 2016-03-22 16:16:09 +01:00
Benoît Burnichon
96295eab7b Extract CollectionReferenceCollection class from ACL. 2016-03-22 16:15:44 +01:00
Benoît Burnichon
79119fe10a some PHPCS fixing 2016-03-22 16:15:43 +01:00
Benoît Burnichon
83b8baa327 Reduce duplication for OrderController 2016-03-22 16:15:38 +01:00
Benoît Burnichon
a547a04aa6 Move Order controllers to same namespace 2016-03-22 16:14:08 +01:00
Benoît Burnichon
a5f9ace717 fix Basket owning setting when providing it 2016-03-22 16:13:22 +01:00
Benoît Burnichon
5b03159245 Add basket owning logic in Order 2016-03-22 16:13:22 +01:00
Benoît Burnichon
a0983d39b2 WIP 2016-03-22 16:13:22 +01:00
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