ChangeLog 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. 2006-12-21 Thierry Bothorel
  2. * Classes/ImageManager.php (1.4, Release-20061221): Bug fix:
  3. missing include declaration Transform.php (PHP Fatal error:
  4. Undefined class name 'image_transform' in ImageManager.php on line
  5. 436)
  6. 2006-12-21 Thierry Bothorel
  7. * Classes/ImageManager.php (1.3): Moved and extended contrain to
  8. config size on upload to ImageManager.php (Paul
  9. Moers<mail@saulmade.nl>)
  10. 2006-12-21 Thierry Bothorel
  11. * fckplugin.js (1.4, Release-20061221): Bug fix: When picking
  12. another image in the manager and confirming, the image in the
  13. editorArea changed, but the src attribute didn't. The attribute
  14. '_fcksavedurl' needed to be set too. (Paul Moers<mail@saulmade.nl>)
  15. 2006-12-20 Thierry Bothorel
  16. * Classes/ImageEditor.php (1.3, Release-20061221,
  17. Release-20061220): Bug fix: "PHP Notice: Undefined property:
  18. forcedNewName" if "allow_overwrite" is true in config.inc.php (Alan
  19. Pinstein <apinstein@showcasere.com>).
  20. 2006-12-20 Thierry Bothorel
  21. * editorFrame.php (1.7, Release-20061221, Release-20061220): Bug
  22. fix: watermarks trying to be loaded even if there are none defined
  23. in config.inc.php (Undefined offset: 0) (Alan Pinstein
  24. <apinstein@showcasere.com>).
  25. 2006-12-19 Thierry Bothorel
  26. * Classes/IM.php (1.2, Release-20061221, Release-20061220): Escape
  27. shell arguments for ImageMagick driver (to prevent security
  28. issues). (Alan Pinstein <apinstein@showcasere.com>)
  29. 2006-12-19 Thierry Bothorel
  30. * Classes/IM.php (1.1): initial Commit = Saulmade 20060620 version
  31. 2006-12-19 Thierry Bothorel
  32. * editorFrame.php (1.6): Bug fix: PHP warning when opening an image
  33. for editing. (Alan Pinstein <apinstein@showcasere.com>
  34. 2006-12-18 Thierry Bothorel
  35. * editorFrame.php (1.5): Bug fix: "Editor hangs on any rotating"
  36. and "editor displays ghost image overlay" if watermark images are
  37. defined in config.inc.php AND any of these images are missing in
  38. the destination folder.
  39. 2006-12-17 Thierry Bothorel
  40. * fckplugin.js (1.3, Release-20061220, Release-20061217): Restoring
  41. Wei Zhuo Id
  42. 2006-12-17 Thierry Bothorel
  43. * manager.php (1.4, Release-20061221, Release-20061220,
  44. Release-20061217): window upgraded to 900pix wide to display all
  45. content with non english strings and FF 1.5.0.8
  46. 2006-12-17 Thierry Bothorel
  47. * config.inc.php (1.4, Release-20061221, Release-20061220,
  48. Release-20061217): clean-up for release
  49. 2006-12-17 Thierry Bothorel
  50. * assets/editorFrame.js (1.2): File erroneously comitted
  51. 2006-12-17 Thierry Bothorel
  52. * editor.php (1.3, Release-20061221, Release-20061220,
  53. Release-20061217): Bug fix: editor hangs displaying 'rotating' if
  54. no rotate setting entered. Added default '0' angle value.
  55. 2006-12-17 Thierry Bothorel
  56. * editorFrame.php (1.4, Release-20061217): Bug fix: "tools not
  57. displayed if action = flip". "tools_flip block" does not exist
  58. 2006-12-17 Thierry Bothorel
  59. * assets/editorFrame.js (1.1, Saulmade-20060620): initial Commit =
  60. Saulmade 20060620 version
  61. 2006-12-17 Thierry Bothorel
  62. * lang/fr.js (1.2, Release-20061221, Release-20061220,
  63. Release-20061217): Added missing french translations
  64. 2006-12-17 Thierry Bothorel
  65. * lang/fr.js (1.1, Saulmade-20060620): initial Commit = Saulmade
  66. 20060620 version
  67. 2006-12-17 Thierry Bothorel
  68. * config.inc.php (1.3): Added a default "imageManager.png"
  69. watermark image in /img/watermark/ so that at least on example
  70. being provided with this plugin.
  71. 2006-12-17 Thierry Bothorel
  72. * img/watermark/imageManager.png (1.2, Release-20061221,
  73. Release-20061220, Release-20061217), img/watermark/imageManager.png
  74. (1.1): Ajout de l'image watermark par défaut (pour qu'il y ait au
  75. moins un exemple dans le plugin à l'installation)
  76. 2006-12-17 Thierry Bothorel
  77. * editorFrame.php (1.3): - Bug fix: "syntax error, unexpected $end"
  78. (no space after "php" in "<?php}") - Added ";" at the end of some
  79. tiny php code insertions.
  80. 2006-12-16 Thierry Bothorel
  81. * manager.php (1.3): Bug fix: window too small with FF 1.5.08,
  82. especially with non english strings
  83. 2006-12-16 Thierry Bothorel
  84. * config.inc.php (1.2), editorFrame.php (1.2), fckplugin.js (1.2),
  85. images.php (1.2, Release-20061221, Release-20061220,
  86. Release-20061217), manager.php (1.2), thumbs.php (1.2,
  87. Release-20061221, Release-20061220, Release-20061217),
  88. Classes/Files.php (1.2, Release-20061221, Release-20061220,
  89. Release-20061217), Classes/ImageEditor.php (1.2, Release-20061217),
  90. Classes/ImageManager.php (1.2, Release-20061220, Release-20061217),
  91. Classes/Thumbnail.php (1.2, Release-20061221, Release-20061220,
  92. Release-20061217), Classes/api.watermark.php (1.2,
  93. Release-20061221, Release-20061220, Release-20061217) (utags:
  94. Short-open-tag-off): Bug fix: plugin does not work with "php
  95. short_open_tag=off"
  96. 2006-12-16 Thierry Bothorel
  97. * editor.php (1.2, Short-open-tag-off): - Bug fix: plugin does not
  98. work with "php short_open_tag=off" - Bug fix: dirname($img) is not
  99. valid with "php register_globals = Off" -> dirname($_GET['img'])
  100. 2006-12-16 Thierry Bothorel
  101. * config.inc.php (1.1), editor.php (1.1), editorFrame.php (1.1),
  102. fckplugin.js (1.1), images.php (1.1), manager.php (1.1), thumbs.php
  103. (1.1), Classes/Files.php (1.1), Classes/ImageEditor.php (1.1),
  104. Classes/ImageManager.php (1.1), Classes/Thumbnail.php (1.1),
  105. Classes/api.watermark.php (1.1) (utags: Saulmade-20060620): initial
  106. Commit = Saulmade 20060620 version