2017 © Pedro Peláez
 

yii-extension p3media

Yii media file manager module with ckeditor integration

image

phundament/p3media

Yii media file manager module with ckeditor integration

  • Wednesday, January 18, 2017
  • by schmunk
  • Repository
  • 3 Watchers
  • 13 Stars
  • 67 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 14 Forks
  • 10 Open issues
  • 56 Versions
  • 0 % Grown

The README.md

Phundament 3 - Media

Requirements

  • Yii 1.1.8
  • PHP 5.3

Download

Via github., (*1)

Installation

Note: You can also place the module and extensions from the download package into your app, run the migration, create the directory and adjust the config manually., (*2)

Note: Setup RBAC items to allow access to controller actions., (*3)

If you prefer to test this module with a blank Yii web application skeletion follow these steps:, (*4)

Extract & create webapp

tar -xzf p3media-<SHA1>.tar.gz p3media-demo

For the demo, we'll setup an app skeleton, (*5)

cd p3media-demo
/path/to/yiic webapp .

Database Migration

Run migration to setup database schema, (*6)

protected/yiic migrate \
  --migrationPath=application.modules.p3media.migrations \
  --migrationTable=migration_module_p3media

Directory permissions

P3Media will store its files here:, (*7)

mkdir protected/data/p3media
chmod 777 protected/data/p3media/

If you want to import local files (e.g. FTP uploads) your should also create the import directory, (*8)

mkdir protected/data/p3media-import
chmod 777 protected/data/p3media-import/

Configuration

Include the configuration file provided along with p3media., (*9)

[php]
return CMap::mergeArray(
    require(dirname(__FILE__).'/../modules/p3media/config/main.php'),
    ...

Usage

Go to the index page of the module, (*10)

http://localhost/webapp/index.php?r=p3media

Upload files

Upload your files by selecting 'Add files...' or by drag & drop, (*11)

http://localhost/webapp/index.php?r=p3media/import/upload

Ckeditor Test

Open the ckeditor test page and click on the image icon and then 'Browse server'. Select an image and confirm, the image should be added in your editor., (*12)

http://localhost/webapp/index.php?r=p3media/default/ckeditortest

API

Under construction, (*13)

You can retrieve a resized version (see presets in config) of an image by using the 'ID' and the 'PRESET' as URL params, (*14)

/index.php?r=p3media/file/image&id={ID}&preset={PRESET}

Features

  • Ckfinder replacement for integration with ckeditor
  • Multi-file upload with jquery-file-upload
  • Media presets for easy usage of image
  • CRUDs build with gtc
  • Meta-data enabled (hierarchy, permissions)

Resources

The Versions

23/08 2013

0.15.5

0.15.5.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

19/08 2013

0.15.4

0.15.4.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

19/08 2013

0.15.3

0.15.3.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

16/08 2013

0.15.2

0.15.2.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

15/08 2013

0.15.1

0.15.1.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

15/08 2013

0.15.0

0.15.0.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

15/08 2013

0.14.0

0.14.0.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

15/08 2013

0.13.9

0.13.9.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

15/08 2013

0.13.8

0.13.8.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

01/08 2013

0.13.7

0.13.7.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

25/07 2013

0.13.6

0.13.6.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

17/07 2013

0.13.5

0.13.5.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

16/07 2013

0.13.4

0.13.4.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

11/07 2013

0.13.3

0.13.3.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

11/07 2013

0.13.2

0.13.2.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

09/07 2013

0.13.1

0.13.1.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

09/07 2013

0.13.0

0.13.0.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

03/07 2013

0.11.x-dev

0.11.9999999.9999999-dev https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

03/07 2013

0.11.12

0.11.12.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

28/06 2013

0.12.0

0.12.0.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

28/06 2013

0.11.11

0.11.11.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

07/05 2013

0.11.10

0.11.10.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

25/04 2013

0.11.9

0.11.9.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

24/04 2013

0.11.8

0.11.8.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

18/04 2013

0.11.7

0.11.7.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

11/04 2013

0.11.6

0.11.6.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

28/03 2013

0.11.5

0.11.5.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

25/03 2013

0.11.4

0.11.4.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

22/03 2013

0.11.3

0.11.3.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

28/02 2013

0.11.2

0.11.2.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

28/02 2013

0.11.1

0.11.1.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

27/02 2013

0.11.0

0.11.0.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

26/02 2013

0.10.3

0.10.3.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

04/02 2013

0.10.2

0.10.2.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

03/02 2013

0.10.1

0.10.1.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

31/01 2013

0.10.0

0.10.0.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

22/01 2013

0.9.4

0.9.4.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

13/12 2012

0.9.3

0.9.3.0 https://github.com/schmunk42/p3media

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

22/11 2012

0.9.2

0.9.2.0 http://phundament.com/

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

15/11 2012

0.9.1

0.9.1.0 http://phundament.com/

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

15/11 2012

0.9.0

0.9.0.0 http://phundament.com/

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

09/11 2012

0.8.1

0.8.1.0 http://phundament.com/

Yii media file manager module with ckeditor integration

  Sources   Download

BSD-3-Clause

The Requires

 

file extension module yii manager

11/10 2012

0.8.0

0.8.0.0 http://phundament.com/

Media Manager

  Sources   Download

BSD

The Requires

 

package dependency autoload

10/10 2012

0.7.2

0.7.2.0 http://phundament.com/

Media Manager

  Sources   Download

BSD

The Requires

 

package dependency autoload

21/09 2012

0.7.1

0.7.1.0 http://phundament.com/

Media Manager

  Sources   Download

BSD

The Requires

 

package dependency autoload

19/09 2012

0.7.0

0.7.0.0 http://phundament.com/

Media Manager

  Sources   Download

BSD

The Requires

 

package dependency autoload