/****************************************************************** This file is part of Signwriter. Signwriter is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. Signwriter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Signwriter; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Signwriter Copyright (C) 2006 Agileware Pty Ltd Unit 17/160 Lysaght St. MITCHELL 2911 Canberra Australia web http://www.agileware.net/ email enquiry@agileware.net *******************************************************************/ 27th November 2006 ---------------------------------------------------------------- * Made GDFONTPATH use ';' as a separator on windows (hopefully). * Got rid of the tab for each signwriter profile on the settings page. * Bugfix to make it work when nice urls are disabled * Upgraded to 5.0 8th September 2006 ---------------------------------------------------------------- * Made the path to signwriter images absolute as per http://drupal.org/node/78209 * Added settings for the cache directory and font search path. 1st August 2006 ---------------------------------------------------------------- * fixed a reference to a non-existent variable in an error message 14th July 2006 ---------------------------------------------------------------- * Added documentation about needing the GD image library. 9th July 2006 ---------------------------------------------------------------- * Added a check for the GD library on the settings page. 28th June 2006 ---------------------------------------------------------------- * added _signwriter_strip_tags to get rid of , , and tags * added x and y offsets to calculated image width so text isn't truncated 22nd June 2006 ---------------------------------------------------------------- * Changed the settings page to use tabs * Minor documentation fix * Added CHANGELOG.txt * Fixed text being cut off by arbitrarily increasing the calculated width by 5px 21st June 2006 ---------------------------------------------------------------- * Added licensing details * Added README.txt with documentation * Changed the font search path from just the drupal files directory to all of: - the drupal files directory - the base drupal directory - the current theme directory * Some minor documentation changes 20th June 2006 ---------------------------------------------------------------- * Initial Release