Commit Graph

27 Commits

Author SHA1 Message Date
Romain Neutron
d7f7e1c92c Fix CS 2014-01-14 12:04:38 +01:00
Romain Neutron
e233e5afa6 Merge branch '3.8'
Conflicts:
	lib/Alchemy/Phrasea/Command/Developer/JavascriptBuilder.php
	lib/Alchemy/Phrasea/Controller/Prod/Basket.php
	lib/Alchemy/Phrasea/Core/Provider/TaskManagerServiceProvider.php
	lib/classes/Exception/Feed/ItemNotFound.php
	lib/classes/Exception/Feed/PublisherNotFound.php
	lib/classes/Feed/Abstract.php
	lib/classes/Feed/Adapter.php
	lib/classes/Feed/Aggregate.php
	lib/classes/Feed/Collection.php
	lib/classes/Feed/CollectionInterface.php
	lib/classes/Feed/Entry/Adapter.php
	lib/classes/Feed/Entry/Collection.php
	lib/classes/Feed/Entry/Interface.php
	lib/classes/Feed/Entry/Item.php
	lib/classes/Feed/Entry/ItemInterface.php
	lib/classes/Feed/Interface.php
	lib/classes/Feed/Link.php
	lib/classes/Feed/LinkInterface.php
	lib/classes/Feed/Publisher/Adapter.php
	lib/classes/Feed/Publisher/Interface.php
	lib/classes/Feed/Token.php
	lib/classes/Feed/TokenAggregate.php
	lib/classes/Feed/XML/Abstract.php
	lib/classes/Feed/XML/Atom.php
	lib/classes/Feed/XML/Cooliris.php
	lib/classes/Feed/XML/Interface.php
	lib/classes/Feed/XML/RSS.php
	lib/classes/Feed/XML/RSS/ImageInterface.php
	lib/classes/http/request.php
	lib/classes/module/console/schedulerStart.php
	lib/classes/module/console/schedulerState.php
	lib/classes/module/console/schedulerStop.php
	lib/classes/module/console/taskState.php
	lib/classes/module/console/tasklist.php
	lib/classes/module/console/taskrun.php
	lib/classes/registry.php
	lib/classes/registryInterface.php
	lib/classes/set/order.php
	lib/classes/system/url.php
	lib/classes/task/Scheduler.php
	lib/classes/task/appboxAbstract.php
	lib/classes/task/databoxAbstract.php
	lib/classes/task/manager.php
	lib/classes/task/period/RecordMover.php
	lib/classes/task/period/apibridge.php
	lib/classes/task/period/archive.php
	lib/classes/task/period/cindexer.php
	lib/classes/task/period/emptyColl.php
	lib/classes/task/period/ftp.php
	lib/classes/task/period/ftpPull.php
	lib/classes/task/period/subdef.php
	lib/classes/task/period/test.php
	lib/classes/task/period/writemeta.php
	lib/conf.d/PhraseaFixture/AbstractWZ.php
	lib/conf.d/PhraseaFixture/Basket/LoadFiveBaskets.php
	lib/conf.d/PhraseaFixture/Basket/LoadOneBasket.php
	lib/conf.d/PhraseaFixture/Basket/LoadOneBasketEnv.php
	lib/conf.d/PhraseaFixture/Lazaret/LoadOneFile.php
	lib/conf.d/PhraseaFixture/Story/LoadOneStory.php
	lib/conf.d/PhraseaFixture/UsrLists/ListAbstract.php
	lib/conf.d/PhraseaFixture/UsrLists/UsrList.php
	lib/conf.d/PhraseaFixture/UsrLists/UsrListEntry.php
	lib/conf.d/PhraseaFixture/UsrLists/UsrListOwner.php
	lib/conf.d/PhraseaFixture/ValidationParticipant/LoadOneParticipant.php
	lib/conf.d/PhraseaFixture/ValidationParticipant/LoadParticipantWithSession.php
	lib/conf.d/PhraseaFixture/ValidationSession/LoadOneValidationSession.php
2014-01-06 15:38:14 +01:00
Romain Neutron
d519c13e56 Bump copyright year 2014-01-06 15:28:12 +01:00
Romain Neutron
0858586ceb Add subdef generator service 2013-12-26 17:00:16 +01:00
Romain Neutron
051d9f4035 Remove license comments 2013-11-20 16:49:29 +01:00
Romain Neutron
56b373ee6e Use short array declaration 2013-11-18 13:57:33 +01:00
Romain Neutron
899549d45a Fix #1242 : Commands description check, move generate:template command to developer console 2013-07-17 20:14:23 +02:00
Romain Neutron
056ac28120 Refactor command line utilities 2013-07-16 16:01:17 +02:00
Romain Neutron
24f6f19731 Remove duplicate verbosity check 2013-07-01 14:36:29 +02:00
Romain Neutron
842ad40985 Bump copyright year 2013-01-21 23:28:58 +01:00
Nicolas Le Goff
907cb89ac8 Fix ./bin/console 2012-10-23 13:28:50 +02:00
Nicolas Le Goff
9b470a42da Fix catch wrong exception 2012-10-18 15:45:51 +02:00
Romain Neutron
99630f773f Merge with 3.7 2012-10-16 15:56:43 +02:00
Romain Neutron
e02430324b Fix #926 : handle non-existent files 2012-10-16 15:21:30 +02:00
Romain Neutron
d6de9117d1 Remove deprectaed feature 2012-10-04 15:44:51 +02:00
Romain Neutron
219de0588f Upgrade Commands 2012-10-04 15:31:36 +02:00
Romain Neutron
c35eeb21f0 Add Phraseanet CLI application 2012-07-27 15:59:07 +02:00
Nicolas Le Goff
270a95d7b3 fix #754 remove media queries on canva as they break image ratio
fix typo

fix typo && add possibility for user email validation when user is created from admin panel

bug fixes

fix

fix typo

fix typo

send send_credential mail out of the model
2012-06-22 19:02:14 +02:00
Nicolas Le Goff
a5870aa9bf add command description 2012-06-22 19:02:13 +02:00
Romain Neutron
d4d9dd2cee Refactor Commands 2012-06-21 13:48:21 +02:00
Romain Neutron
5821b8fce1 Add command to run data migration scripts 2012-06-21 09:33:15 +02:00
Romain Neutron
e28184167e Fix CS 2012-06-19 10:40:14 +02:00
Nicolas Le Goff
c17ec8fb12 remove the use of silex autoloader
fix typo
2012-06-12 11:10:23 +02:00
Nicolas Le Goff
e7c1e386f8 catch \Media_Subdef_Not_Found Exception 2012-06-12 11:10:18 +02:00
Romain Neutron
fef9b7ecd4 Systematically check thumbnailgif 2012-06-04 19:02:14 +02:00
Romain Neutron
9449424b4b Add log to rebuild-missing-sibdefs command 2012-06-04 18:20:50 +02:00
grosroro
0d5b891915 Add new command 2012-06-01 20:25:32 +02:00