[6360] | 1 | <?php |
---|
| 2 | /* |
---|
| 3 | Plugin Name: Charlies content |
---|
| 4 | ** History ** |
---|
| 5 | 2010-05-18 2.1.b ( The review ) |
---|
| 6 | Admin page design review mainly for the "clear" theme |
---|
| 7 | Code review |
---|
| 8 | 2010-05-18 2.1.a (The basic 2.1 version) |
---|
| 9 | Just support 2.1. |
---|
| 10 | 2010-02-08 2.0.f (The reset version) |
---|
| 11 | includes Reset ALL Charlies' configuration in second tab |
---|
| 12 | translation system (Thanks to ddtddt). |
---|
| 13 | minor language/plugin corrections. |
---|
| 14 | 2009-05-24 2.0.e (Called ngoc version) |
---|
| 15 | buffermessage correction for flv |
---|
| 16 | The lumenation bypass is maintain (but no longer needed with recent Piwigo versions) |
---|
| 17 | getID3 v2.0.0-b5 not tested => Still in v2.0.0-b4 |
---|
| 18 | 2009-05-24 2.0.d (Called lumenation bypass) |
---|
| 19 | some url were generated with https:// |
---|
| 20 | 2009-04-13 2.0.c |
---|
| 21 | Flipflip proposal to exclude GETID3 for some extends |
---|
| 22 | nolive proposal to support GPX extensions |
---|
| 23 | Forced width/height are supported by flvstreamer |
---|
| 24 | 2009-02-15 2.0.b |
---|
| 25 | Admin configuration menu |
---|
| 26 | And related changes (New version of GetID3) |
---|
| 27 | |
---|
| 28 | 2008-10-30 2.0.a (Not distributed) |
---|
| 29 | Smarty version for Piwigo (Don't use it with PhpWebGallery 1.7.x) |
---|
| 30 | 2008/03/26: error_reporting(E_ERROR | E_WARNING | E_PARSE); |
---|
| 31 | during getid3 call (Only one referenced case). |
---|
| 32 | 2008/02/22: |
---|
| 33 | * 3GP support : video streams from mobile phones. |
---|
| 34 | There are two different standards for this format: |
---|
| 35 | 3gp for GSM-based Phones, or 3g2 for CDMA-based Phones. |
---|
| 36 | * $page['slideshow'] active/inactive support for "Pause" enhancement |
---|
| 37 | so Charlies won't act on active slideshow but will act on Slideshow pause |
---|
| 38 | |
---|
| 39 | 2007-10-21 1.7.a First release for PhpWebGallery 1.7 |
---|
| 40 | 2006-01-06 Video Integrator and followed by Media Integrator |
---|
| 41 | and previously Kitof's Original MOD. |
---|
| 42 | **/ |
---|
| 43 | ?> |
---|