From b17c19ff76dc63b9ad10d26b244630b59e691e5c Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 15 Jul 2015 12:01:06 +0200 Subject: PLUGIN playvideos Display a button in buttons toolbar which allows to play all videos found. --- plugins/playvideos/playvideos.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 plugins/playvideos/playvideos.php (limited to 'plugins/playvideos/playvideos.php') diff --git a/plugins/playvideos/playvideos.php b/plugins/playvideos/playvideos.php new file mode 100644 index 00000000..9918453c --- /dev/null +++ b/plugins/playvideos/playvideos.php @@ -0,0 +1,30 @@ + Date: Sat, 7 Nov 2015 16:30:56 +0100 Subject: Add unit tests for Playvideos plugin + coding style --- plugins/playvideos/playvideos.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'plugins/playvideos/playvideos.php') diff --git a/plugins/playvideos/playvideos.php b/plugins/playvideos/playvideos.php index 9918453c..0a80aa58 100644 --- a/plugins/playvideos/playvideos.php +++ b/plugins/playvideos/playvideos.php @@ -1,12 +1,20 @@