| 1 |
8th September 2008
|
| 2 |
----------------------------------------------------------------
|
| 3 |
* Updated to Drupal 6.2 with assistance of patch submitted by Catorg (www.catorg.co.uk)
|
| 4 |
* Fixed a bug causing a blank line to be inseerted at the start of multiline image if the first word is longer than the max width.
|
| 5 |
|
| 6 |
5th September 2008
|
| 7 |
----------------------------------------------------------------
|
| 8 |
* Bugfix of bug introduced in the install file of the September 3rd release.
|
| 9 |
* Changed to make images fixed height (max possible height of characters in the font).
|
| 10 |
|
| 11 |
3rd September 2008
|
| 12 |
----------------------------------------------------------------
|
| 13 |
* Added multiline functionality
|
| 14 |
* Added drop shadows functionality
|
| 15 |
* Enhanced the way the caching files are created
|
| 16 |
* Addition of hook_uninstall()
|
| 17 |
|
| 18 |
5th September 2007
|
| 19 |
----------------------------------------------------------------
|
| 20 |
* Added farbtastic colour selectors
|
| 21 |
* Signwriter now searches the fontpath itself for .ttf files
|
| 22 |
* Made the profile editing page more user-friendly
|
| 23 |
|
| 24 |
16th May 2007
|
| 25 |
----------------------------------------------------------------
|
| 26 |
* Added a call to htmlspecialchars to prevent invalid html (see
|
| 27 |
http://drupal.org/node/132286)
|
| 28 |
|
| 29 |
28th November 2006
|
| 30 |
----------------------------------------------------------------
|
| 31 |
* Got rid of license in favour of LICENSE.txt
|
| 32 |
|
| 33 |
27th November 2006
|
| 34 |
----------------------------------------------------------------
|
| 35 |
* Made GDFONTPATH use ';' as a separator on windows (hopefully).
|
| 36 |
* Got rid of the tab for each signwriter profile on the settings page.
|
| 37 |
* Bugfix to make it work when nice urls are disabled
|
| 38 |
* Upgraded to 5.0
|
| 39 |
|
| 40 |
8th September 2006
|
| 41 |
----------------------------------------------------------------
|
| 42 |
* Made the path to signwriter images absolute as per http://drupal.org/node/78209
|
| 43 |
* Added settings for the cache directory and font search path.
|
| 44 |
|
| 45 |
|
| 46 |
1st August 2006
|
| 47 |
----------------------------------------------------------------
|
| 48 |
* fixed a reference to a non-existent variable in an error message
|
| 49 |
|
| 50 |
14th July 2006
|
| 51 |
----------------------------------------------------------------
|
| 52 |
* Added documentation about needing the GD image library.
|
| 53 |
|
| 54 |
9th July 2006
|
| 55 |
----------------------------------------------------------------
|
| 56 |
* Added a check for the GD library on the settings page.
|
| 57 |
|
| 58 |
28th June 2006
|
| 59 |
----------------------------------------------------------------
|
| 60 |
* added _signwriter_strip_tags to get rid of <i>, <b>, and <em> tags
|
| 61 |
* added x and y offsets to calculated image width so text isn't truncated
|
| 62 |
|
| 63 |
22nd June 2006
|
| 64 |
----------------------------------------------------------------
|
| 65 |
* Changed the settings page to use tabs
|
| 66 |
* Minor documentation fix
|
| 67 |
* Added CHANGELOG.txt
|
| 68 |
* Fixed text being cut off by arbitrarily increasing the calculated width by 5px
|
| 69 |
|
| 70 |
21st June 2006
|
| 71 |
----------------------------------------------------------------
|
| 72 |
* Added licensing details
|
| 73 |
* Added README.txt with documentation
|
| 74 |
* Changed the font search path from just the drupal files directory to all of:
|
| 75 |
- the drupal files directory
|
| 76 |
- the base drupal directory
|
| 77 |
- the current theme directory
|
| 78 |
* Some minor documentation changes
|
| 79 |
|
| 80 |
20th June 2006
|
| 81 |
----------------------------------------------------------------
|
| 82 |
* Initial Release
|