[3321] | 1 | // +-----------------------------------------------------------------------+ |
---|
[8425] | 2 | // | BuildPWGPicture - a Windows batch command for Piwigo | |
---|
| 3 | // | Copyright (C) 2007-2011 Ruben ARNAUD - rub@piwigo.org | |
---|
[3321] | 4 | // +-----------------------------------------------------------------------+ |
---|
| 5 | // | This program is free software; you can redistribute it and/or modify | |
---|
| 6 | // | it under the terms of the GNU General Public License as published by | |
---|
| 7 | // | the Free Software Foundation | |
---|
| 8 | // | | |
---|
| 9 | // | This program is distributed in the hope that it will be useful, but | |
---|
| 10 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
| 11 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
| 12 | // | General Public License for more details. | |
---|
| 13 | // | | |
---|
| 14 | // | You should have received a copy of the GNU General Public License | |
---|
| 15 | // | along with this program; if not, write to the Free Software | |
---|
| 16 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
| 17 | // | USA. | |
---|
| 18 | // +-----------------------------------------------------------------------+ |
---|
| 19 | |
---|
| 20 | Version 1.0.6.0 [08-02-2009]: |
---|
| 21 | Fixed: Bad read of command line arguments |
---|
| 22 | |
---|
| 23 | Version 1.0.5.0 [03-09-2007]: |
---|
| 24 | Added: COPYING file |
---|
| 25 | Fixed: %% has been replaced by % in the parameters in order to avoid double name |
---|
| 26 | Fixed: index.php file with best header and without direct call to index.php |
---|
| 27 | Fixed: NormalMaxH parameter has been changed from 350 to 512 like default value |
---|
| 28 | |
---|
| 29 | Version 1.0.4.0 [21-11-2006]: |
---|
| 30 | Added: What's new.txt |
---|
| 31 | Fixed: Change default value picture HD quality to 100 |
---|
| 32 | Added: Parameterization of file extension |
---|
| 33 | Added: Cant keep or remove picture HD directory after treatment |
---|
| 34 | Added: Delete destinations directories |
---|
| 35 | Added: Directory name are convert to expanded path contains short names only |
---|
| 36 | Fixed: Test Yes/No are not case sensitive |
---|
| 37 | Added: Stop treatment if source and destination directories are same |
---|
| 38 | Added: Stop treatment if source directory don't exist |
---|
| 39 | Added: More line arguments possibility (-DirSrc/-DirDest, -ParFile and all parameters can be override) |
---|
| 40 | Added: Review of help files |
---|
| 41 | Added: Execution of AddOn |
---|
| 42 | Added: Example of AddOn (Remove EXIF) |
---|
| 43 | |
---|
| 44 | Version 1.0.3.0 [19-10-2006]: |
---|
| 45 | Added: Pictures must be renamed |
---|
| 46 | Added: High Definition pictures must be created by convertion |
---|
| 47 | Added: All convert options are defined on file BuildPWGPicture.Params.txt |
---|
| 48 | Fixed: Remove MetaData of thumbnail |
---|
| 49 | Added: Comments on file BuildPWGPicture.Params.txt are best |
---|
| 50 | |
---|
| 51 | Version 1.0.2.0 [15-10-2006]: |
---|
| 52 | Fixed: OOuuupps, there was a small mistake when the script was launched without parameters. |
---|
| 53 | |
---|
| 54 | Version 1.0.1.0 [15-10-2006]: |
---|
| 55 | Added: Manage all the directories by one pass. |
---|
| 56 | |
---|
| 57 | Version 1.0.0.0 [08-10-2006]: |
---|
| 58 | Added: Initial version |
---|