Textimage 7.x-2.0 Alpha released!
This morning I've released an alpha version from Textimage for Drupal 7, I've also merged the github fork from the module back to our drupal.org repo.
Thanks for all textimage's contributors for working in this release, testers are welcome :)
And last but not least, I've also released a new 6.x version from Textimage, 6.x-2.2 which is mainly a bug fix release from our previous version.
Here is the changelog for both versions:
TextImage 7.x-2.0-alpha1
Changes:
- #64502 by wundo: Updating documentation
- #64502 by wundo, verta, mikeaja: Improving installation instructions
- #928062 by verta, budda: Adding warning about clean url setting
- #1001796 by bjuncosa, arpeggio, Decipher, wundo: Merging github D7 development branch to d.o.
- Added basic Ctools Exportables integration. Removed translation directory. Minor coding standards cleanup.
- Fixed bug at flush cache function.
- Added textimage derivatives.
- Added clear cache for individual image cached.
- Removed debug messages.
- Fixed textimage preset formatter theme callback. Fixed caching for defined file_path.
- Fixed textimage preset formatter theme callback. Fixed caching for defined file_path.
- Moved the preview button beside the submit button of admin page. Fixed preview to work even there's no javascript.
- Fixed textimage background's blending process and ajax preview at admin page.
- Fixed some hardcodes at textimage_build_preview() and file sytem scheme 'public'. Added image format argument at textimage_save_image(). Fixed the Preview Textimage at admin page.
- Fixed center alignment in text wrapping.
- Fixed center alignment in text wrapping.
- Fixed center alignment in text wrapping.
- Corrected element verification callbacks. Made minor cleaned up conforming to Drupal coding standard.
- Moved the base path admin/config/textimage to admin/config/media/textimage so it joins Media group of modules. Added argument at textimage_build_image() function in able to have option to alter the destination path of the text image file. Fixed the theme_textimage_image() function. Made minor cleaned up conforming to Drupal coding standard.
- Replaced _textimage_recursive_delete() with Drupal native function file_unmanaged_delete_recursive(). Made minor cleaned up conforming to Drupal coding standard.
- Added configuration page path.
- Fixed and test each item's functionality and verification call back in admin page
- Corrected usage of theme_textimage_image()
- Removing translation directories
- Stripping CVS keywords
- corrected a few menu links
- a little formatting
- moved the include, and updated a few function. functional... barely.
- updated _textimage_preset_flush
- ignoring fonts folder for testing and moved some functions around
- moved manipulation functions to utils
- changed references from _admin to .admin
- renamed to .admin
- bringing back the build / config functions
- swapped out a bunch of functions for admin. also moved some util function to their own file
- updatd schema and uninstall
- updated _textimage_preset_load with new db_query logic
- updated build function
- updated theme function
- new URI structure for theme URI pattern
- commented out field_formatter_info which I believe is for D6 CCK and will have to migrate to D7 later.
- cleaned up tabbing on menu function and changed 'arguments' to 'variables' per the D7 convention
- cleaned up spacing. needs a lot of work before it'll function properly
- switched menu call using file_directory_path over to file_build_uri and cleaned up help
- added if statement around preg definition. search module declares the same variable...
- commented out theme call to presets
- commented out preset functions
- initial import
- #465800: Added backup imagerotate support.
- #465638: Improved unicode support.
- Fixed minor issues.
- #422772: Changed formatter to no longer show alt/title for Email module. Added additional text fields in preview settings.
- #459046: Fixed upgrade path. #221539: Added consistent heights. Added requirements to .install. Added ability to output file path using theme_textimage_image(). Added font color opacity. Changed Improved UI from jQuery UI to Vertical Tabs. Changed structure of preset settings. Changed location of Textimage to admin/build/textimage.
- #403212: Removed legacy code. #71265: Prevent character cutoff. Stop all presets being flushed.
- #388818: Fixed error when generating textimage.
- Improved CCK formatter support.
- Fixed Text Outlines with Margins or Background. Fixed undefined variable error.
- Added Textimage preset settings preview. Improved transparency support. Fixed undefined variable.
- Fixed SQL syntax error.
- #244891: Prevent Anonymous users from generating random Textimages.
- Improved transparency support in background images.
- Changed weight of 'Settings' menu item. Fixed a few issues with Maximum width. Stopped weird characters displaying in font names.
- Re-implemented fixed width and text align functionality.
- #122672: Fixed translated string. #368323: Support for Email Field. Added default format to textimage_build_image().
- Ported to Drupal 7.
TextImage 6.x-2.2
Changes since 6.x-2.1:
- #64502 by wundo, verta, mikeaja: Improving installation instructions
- #928062 by verta, budda: Adding warning about clean url setting
- Updated Textimage generation code to work better in more versions of PHP.
- #465800: Added backup imagerotate support.
- #465638: Improved unicode support.
- Fixed minor issues.
- #422772: Changed formatter to no longer show alt/title for Email module. Added additional text fields in preview settings.
- #459046: Fixed upgrade path.
- #221539: Added consistent heights. Added requirements to .install. Added ability to output file path using theme_textimage_image(). Added font color opacity. Changed Improved UI from jQuery UI to Vertical Tabs. Changed structure of preset settings. Changed location of Textimage to admin/build/textimage.
- #403212: Removed legacy code.
- #71265: Prevent character cutoff. Stop all presets being flushed.
- #388818: Fixed error when generating textimage.
- Improved CCK formatter support.
- Added jQuery UI support. Fixed Text Outlines with Margins or Background. Fixed undefined variable error.
- Actually fixed undefined variable.
- Added Textimage preset settings preview. Improved transparency support. Fixed undefined variable.
Original Article: