source: extensions/charlies_content/Changelog.txt.php @ 29055

Last change on this file since 29055 was 29055, checked in by jdd, 10 years ago

update changelog

File size: 2.6 KB
Line 
1<?php
2/*
3Plugin Name: Charlies content
4** History **
5
6
7
820140719 change comments in mp3player.tpl
9
1020140718 svn version almost identical to standard. Tests:
11
12    flv read but it's not possible to use the slider to skip part of the video (old bug)
13    avi do not read
14    mov, mp4, wmv do not read, not even display
15    gpx works
16    zip works (do not display but ask for download wich is what is expected)
17    pdf works
18    mp3 works
19
20This page should be included in SVN
21
22Very important: if you have any problem with a file, try to send me an example I can test, thanks.
23
24As jdd, I try to maintain charlie's Contents plugin. But I'm not a real programmer, so I may do important mistakes. If you find one, do not hesitate to write to me at jdd@dodin.org, thanks.
25
26The fisrt unimportant change is to create this beta version, please use the othe VDigital version for normal use.
27
28
29  2010-05-18 2.1.b ( The review )
30                                        Admin page design review mainly for the "clear" theme
31                                        Code review
32  2010-05-18 2.1.a (The basic 2.1 version)
33                                                 Just support 2.1.
34  2010-02-08 2.0.f (The reset version)
35                                                 includes Reset ALL Charlies' configuration in second tab
36                                                 translation system (Thanks to ddtddt).
37                                                 minor language/plugin corrections.
38  2009-05-24 2.0.e (Called ngoc version)
39                   buffermessage correction for flv
40                                                 The lumenation bypass is maintain (but no longer needed with recent Piwigo versions)
41                                                 getID3 v2.0.0-b5 not tested => Still in v2.0.0-b4
42  2009-05-24 2.0.d (Called lumenation bypass)
43                   some url were generated with https://
44  2009-04-13 2.0.c
45                   Flipflip proposal to exclude GETID3 for some extends
46                                                 nolive proposal to support GPX extensions
47                                                 Forced width/height are supported by flvstreamer
48  2009-02-15 2.0.b
49                   Admin configuration menu
50                                                 And related changes (New version of GetID3)
51
52  2008-10-30 2.0.a (Not distributed)
53             Smarty version for Piwigo (Don't use it with PhpWebGallery 1.7.x)
54  2008/03/26: error_reporting(E_ERROR | E_WARNING | E_PARSE);
55             during getid3 call (Only one referenced case).             
56  2008/02/22:
57 * 3GP support : video streams from mobile phones.
58   There are two different standards for this format:
59   3gp for GSM-based Phones, or 3g2 for CDMA-based Phones.
60 * $page['slideshow'] active/inactive support for "Pause" enhancement
61   so Charlies won't act on active slideshow but will act on Slideshow pause
62
63  2007-10-21 1.7.a First release for PhpWebGallery 1.7
64  2006-01-06 Video Integrator and followed by Media Integrator
65  and previously Kitof's Original MOD.
66 **/
67?>
Note: See TracBrowser for help on using the repository browser.