input_formats 6.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| input_formats-6.x-1.0-beta6.tar.gz | 16.76 KB | 4759f02c6b24adb75d0ce65cc8ef74bb |
| input_formats-6.x-1.0-beta6.zip | 18.8 KB | 5cf731eede8b4e4b8b60e586ddf41421 |
Release notes
#890412: Fixed integration with Features 1.0.
input_formats 6.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| input_formats-6.x-1.0-beta5.tar.gz | 16.69 KB | 5497806d3d640ef261393cdf7d75c320 |
| input_formats-6.x-1.0-beta5.zip | 18.71 KB | cb06c78986d5d4afe49d82812472cba4 |
Release notes
This release is just a bugfix of beta-4.
- #887900: Input formats cannot be overridden.
input_formats 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| input_formats-6.x-1.0-beta4.tar.gz | 16.66 KB | 03eca5b6c0f425ccb0647acaab1f7544 |
| input_formats-6.x-1.0-beta4.zip | 18.69 KB | 1675f30e6dd793509a331e31f3a43d53 |
Release notes
- Changed weight in system table for hook_form_alter order. Requires run update.php
- #876770: Default format cannot be saved. (Again, now works)
- #885632: Don't export variables with default values.
- #881056 by pcambra: Call by parameter deprecated.
If you are trying to use Wysiwyg Filter with this module, you should keep an eye in the wysiwyg filter issue queue, there are some issues needed to be committed in order to
input_formats 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| input_formats-6.x-1.0-beta3.tar.gz | 16.37 KB | 301ccd4240688de410c8bd0a693e82b9 |
| input_formats-6.x-1.0-beta3.zip | 18.35 KB | f8f153a56fbaacc98a30e2b9b5a93ebd |
Release notes
#871166 by halcyonCorsair: Make input formats work properly in PostgreSQL.
#876770: Default format cannot be saved.
Avoid false positive broken input formats.
Allow other modules to define custom variables. See #878032: Integrate with input formats module for more information.
input_formats 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| input_formats-6.x-1.0-beta2.tar.gz | 16.1 KB | 3fa044b7121c19a26d1260a578dc991d |
| input_formats-6.x-1.0-beta2.zip | 18.06 KB | e6d5d62e43f93cf411a828476d38b4e9 |
Release notes
- Input formats was completly rewritten to load input formats really from code.
- #866966: moved Input Formats to User Interface package to be close of Wysiwyg module.
- #859754, #852810, #845920, #867168, #825064 are desestimated due they don't apply with this new approach.
- Features export now depends of ctools, exportables and strongarm API. CTools 1.7 or greather is needed.
Run update.php is required.
A few notes about this release. Prior beta-2, input formats wasn't loading input formats settings from code. Instead of that, every time a new input formats was installed from a feature or a module, its content was copied into the database.
This is not how objects from code should work.
Beta 2 works in a different way. Using Strongarm variables that filters needs to work are provided dynamically. Also, Ctools 1.7 provide new options to join tables. Taking advantage of this new features, input formats 6.x-1.0-beta2 rely on Ctools, Strongarm and Exportables 2 to work with input formats from code.
Read moreinput_formats 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| input_formats-6.x-1.0-beta1.tar.gz | 14.76 KB | 19f2a8a4fa5bc4e733e62c47bd05211a |
| input_formats-6.x-1.0-beta1.zip | 17.66 KB | b77b0491dc9532a94d5858b444cb9165 |
Release notes
- #829374: Import fails when input formats are defined multiple times in different modules.
- #829224: Wysiwyg imports are not processed by input_formats.
- #824200: Display revert instead of delete in the UI when input formats are loaded from code.
- #828034: Roles are not corrected assigned to input formats.
- #828140: Wysiwyg features are marked as overridden when they are not.
input_formats 6.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| input_formats-6.x-1.0-alpha2.tar.gz | 13.49 KB | 3c7ab93edac92c4c06240c7d15d09d7e |
| input_formats-6.x-1.0-alpha2.zip | 16.33 KB | e281bf29ae4bbe763e8332098740e38b |
Release notes
- Fixed several issues related to cache, and overrides
- #819858: Implement revert capabilities.
- #820956: Preserve previous defined machine names each time input formats module is enabled.
- #819860: Provide a new permission to import input formats.
- #821036: Wysiwyg support. requires a patched version of wysiwyg, see: #624018: Exportables and Features support for WYSIWYG 7.x
input_formats 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| input_formats-6.x-1.0-alpha1.tar.gz | 12.5 KB | 2cc6a4aefa7f426287bbf1af1727f3cc |
| input_formats-6.x-1.0-alpha1.zip | 15.12 KB | a62253d801de6c0d1fc307f54d1f93cc |
Release notes
Initial version of Input Formats. Please don't use in production sites.