Skip to content

Commit

Permalink
Release 0.55
Browse files Browse the repository at this point in the history
* general program maintenance
* fixed a problem recognizing the correct output filter
* added icon.png (BlackCat CMS) and tool_icon.png (WebsiteBaker 2.8.4)
  • Loading branch information
hertsch committed Nov 24, 2013
1 parent 46d771e commit b65fe60
Show file tree
Hide file tree
Showing 28 changed files with 47 additions and 51 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
Ralf Hertsch, Stockholmer Str. 31, 13359 Berlin (Germany)
http://phpManufaktur.de - [email protected]

Release 0.55 - 2013-11-24

* general program maintenance
* fixed a problem recognizing the correct output filter
* added icon.png (BlackCat CMS) and tool_icon.png (WebsiteBaker 2.8.4)

Release 0.54 - 2013-10-29

* Fixed precheck.php for use with BlackCat CMS v1.0
Expand Down
19 changes: 0 additions & 19 deletions LICENSE

This file was deleted.

8 changes: 8 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**Copyright (c) 2013 by Ralf Hertsch**

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

*The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.*

**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.**
6 changes: 4 additions & 2 deletions backend.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down Expand Up @@ -110,6 +110,8 @@ textarea
color: #000000;
background-color: transparent;
font-size: 9pt;
margin: 0;
padding: 5px;
}
.small
{
Expand Down Expand Up @@ -159,4 +161,4 @@ td.copyright_hint {
td.tweak_page_id {
text-align: right;
color: maroon;
}
}
9 changes: 5 additions & 4 deletions class.filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down Expand Up @@ -40,9 +40,10 @@

require_once (WB_PATH . '/framework/functions.php');

function tweakImages($content) {
function tweakImages(&$content) {
$tweak = new processContent();
return $tweak->exec($content);
$content = $tweak->exec($content);
return $content;
} // tweakImages()


Expand Down Expand Up @@ -651,4 +652,4 @@ private function checkImage(&$image, &$classes = array()) {
} // checkImage()


} // class processContent
} // class processContent
2 changes: 1 addition & 1 deletion class.gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion class.tweak.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion droplets/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion droplets/it_gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/
// load the image_tweak.jquery preset with LibraryAdmin
Expand Down
2 changes: 1 addition & 1 deletion filter/imageTweak.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
4 changes: 2 additions & 2 deletions htt/backend.info.htt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<tr>
<td class="copyright_hint">
<h2>imageTweak</h2>
<p><b>Release {$version}</b> - &copy 2008 - 2011 by phpManufaktur, Ralf Hertsch (Berlin)</p>
<p><b>Release {$version}</b> - &copy 2008 - 2013 by phpManufaktur, Ralf Hertsch (Berlin)</p>
<p class="copyright_address"><b>phpManufaktur</b><br />Ralf Hertsch<br />Stockholmer Str. 31<br />13359 Berlin</p>
<p class="copyright_contact">
<a href="http://phpmanufaktur.de/image_tweak" target="_blank">http://phpManufaktur.de</a><br />
Expand All @@ -20,4 +20,4 @@
</td>
</tr>
</table>
</div>
</div>
2 changes: 1 addition & 1 deletion htt/frontend.gallery.lte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*
* Please consult the Dwoo Documentation & WIKI to get further informations
Expand Down
2 changes: 1 addition & 1 deletion htt/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion img/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
8 changes: 3 additions & 5 deletions info.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down Expand Up @@ -34,13 +34,11 @@
$module_directory = 'image_tweak';
$module_name = 'imageTweak';
$module_function = 'tool';
$module_version = '0.54';
$module_version = '0.55';
$module_status = 'Stable';
$module_platform = '2.8';
$module_author = 'Ralf Hertsch, Berlin (Germany)';
$module_license = 'GNU General Public License';
$module_license = 'MIT License (MIT)';
$module_description = 'Check images on the fly and reduce image size to a tweaked level';
$module_home = 'http://phpmanufaktur.de/image_tweak';
$module_guid = '3324A352-5244-4FCD-AC45-EB5E216A1F48';

?>
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion languages/DE.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion languages/EN.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion languages/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion output_interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion precheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion presets/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion tool.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
Binary file added tool_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Ralf Hertsch <[email protected]>
* @link http://phpmanufaktur.de
* @copyright 2008-2012
* @copyright 2008-2013
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/

Expand Down

0 comments on commit b65fe60

Please sign in to comment.