draft 6.x-1.8

New features
Bug fixes
Unsupported

This release of the draft module files some bugs that were underlying and adds one new piece of functionality.

Bugs:
* Fixes date in draft list where you changed the view but the date format would still be the same.

Features:
* Added support for CKEDITOR in the module based off patch from autosave module credited in the cvs messages
* Added support for completely disabling the autosave functionality from the administration menu to over ride user choices

draft 6.x-1.7

Bug fixes
Unsupported

This is an interim bug fix release and update release for the Draft and Draft Views module.

* Fixed form api issue where a form error would result in no more drafts being saved until a page reload
* Exposed Draft table elements to views order by so you can order the results in views by the Draft table columns
* Changed the Processing too a blue bar along the top when Drafts are being saved.

draft 6.x-1.6

New features
Bug fixes
Unsupported

This release fixes one bug in the code when creating a new content type the system would try and retrieve the columns and fail because the content type did not exist at that moment.

One new feature too this module is the hook_draft() implemenetation. This hook is designed so that people who are using modules which utilize Ajax to create form elements on the fly once the form is on the screen can populate the form with the pertinent elements if they are trying to load the draft from it. This will allow the draft with the on the fly elements to be loaded correctly in the system.

draft 6.x-1.5

Bug fixes
Unsupported

This is a bug fix release for the drafts module incorporating the bugs reported and fixed since the 6-x.1.4 release of the module

Bug fixes:
- #420564 Fixed bug where hitting Preview would re-populate the form with the draft
information instead of preserving the users changes that they were previewing

draft 6.x-1.4

Bug fixes
Unsupported

This minor release resolves completely the FCKEditor issue reported previously with the module and resolves a user permissions issue where the module would display draft settings to users in the user edit form even if they did not have permissions to view or create drafts.

draft 6.x-1.3

New features
Bug fixes
Unsupported

The main issues that were resolved in the module
Main features:
- #415122 Added the ability to go back to the node edit when using the save
draft functionality on an existing node. This will save the system
creating a new node every time and will instead update the existing
node already created in the system.

draft 6.x-1.2

New features
Bug fixes
Unsupported

This release of the Drafts module combines the issues that people have brought up over the last 4 months and trying to make the module as configurable as possible and the code more managable.

Main features:
- #368017 Split Drafts and Views so there is no initial reliance on views
PHP view has been added to the main drafts module so people can see
their drafts

Module changes:
- #379838 Portuguese - Brazilian translation (thansk to lourenzo)
- #367165 updated default fields shown in the view (view was updated to
accomodate the new fields we have in the database)
- #361812 added configurable view url for the draft views module so the
user can specify it if they change the draft view url

Bug fixes:
- #406648 added units for the autosave interval in administrator settings
- #367184 added same as above and also for user form settings
- #368286 shortened the textfields utilized for autosave intervals
- #369042 reworked so cron will not delete the draft is the admin specifies
- #367171 updated the processing draft moved to right hand corner instead of
bulky div in the middle of the users screen
- #353252 fixed bug with node names and underscores not being handled properly
- #367180 provided user feedback when draft was loading since it looked like

draft 6.x-1.1

Bug fixes
Unsupported

This is the latest stable release for the draft module with a lot of bug fixes and some css updates.
Thanks for helping test and find the bugs in this module.

draft 6.x-1.0

New features
Unsupported

Stable release of the draft module for drupal 6

draft 6.x-1.x-dev

New features

Development branch for the draft module for drupal 6

DRAFT 6.x.dev
=============
Bug fixes:
- #420564 Fixed bug where hitting Preview would re-populate the form with the draft
information instead of preserving the users changes that they were previewing

DRAFT 6.x-1-4
=============
Bug fixes:
- #420394 Added check for user permissions in the user edit form since the module
was always showing the draft information even if the user did not have
sufficient privileges to access drafts in the system

DRAFT 6.x-1-3
=============

Main features:
- #415122 Added the ability to go back to the node edit when using the save
draft functionality on an existing node. This will save the system
creating a new node every time and will instead update the existing
node already created in the system.

Bug fixes:
- #418314 Updating the FCKEditor code so that the html is there before it finishes
loading that way the data is put correctly in the FCKEditor box for the
textarea
- #416100 Added handling so the module would not fail if the content module
does not exist in the users installation. Do not want to make the
content module a dependency so have added code to fallback to a default

Subscribe with RSS Subscribe to Releases for Draft