draft 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| draft-6.x-1.8.tar.gz | 29.54 KB | 633274dca4af42c92f6572f1e79e353a |
| draft-6.x-1.8.zip | 39.27 KB | f754e4ee30d77477826e96195cd8ec26 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draft-6.x-1.7.tar.gz | 29.18 KB | e212d14c0a1c30bc0f5a08813b4f946c |
| draft-6.x-1.7.zip | 38.91 KB | cc7dcbfb4c987bcd6e1f32a63a5c83a4 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draft-6.x-1.6.tar.gz | 28.77 KB | 2302bd040133a0c32b0f11b24414d72c |
| draft-6.x-1.6.zip | 36.62 KB | 8f83710a300911f2b1cc343f8cc3ed75 |
Release notes
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.
New Feature:
- #424592 Added hook_draft() to the module this allows other modules that utilize ajax in order
to add more elements too the forms too populate the form array based on the information
stored in the drafts table before the form is displayed. This allows for the module to
work correctly with these module provided someone writes a handler to provide that information
Bug fixes:
- #435532 Fixed bug when the user creates a new content type the system would not check
if the returned fields were indeed valid since on initial creation nothing would
be valid however the system still wanted to utilize it as an array
draft 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| draft-6.x-1.5.tar.gz | 27.84 KB | 76f94e5caa01418e948e7905e78699fe |
| draft-6.x-1.5.zip | 35.44 KB | 5fb1287a0287ec7d2dc06ebde80628b4 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draft-6.x-1.4.tar.gz | 27.25 KB | a12d9fc0161be6fa5bbffe4460631349 |
| draft-6.x-1.4.zip | 34.6 KB | af822e8aa552d90581c494eb9f46014f |
Release notes
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.
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
- #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
draft 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| draft-6.x-1.3.tar.gz | 27.03 KB | 957cdd04d56cc3cf71f733e9a0714da5 |
| draft-6.x-1.3.zip | 34.45 KB | 099e3789a7eac28534afbc610c26942a |
Release notes
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.
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
if the content module does not exist. (This code was introduced
originally to handle the admin selecting the Title and Body field from
the content types list of known fields supplied by the content module)
draft 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| draft-6.x-1.2.tar.gz | 26.3 KB | dc1a67526aa7db11eef4920181d0280f |
| draft-6.x-1.2.zip | 33.71 KB | 0cbd0bebb33da2fa65561931ef813dab |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draft-6.x-1.1.tar.gz | 20.54 KB | ff3e27b21783b5d4f55107a27314cfbc |
| draft-6.x-1.1.zip | 24.61 KB | 1ccec4dd56c0d695635400e8d5e8c0d7 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draft-6.x-1.0.tar.gz | 17.66 KB | cf793cbf12604843087c229ecdb235ec |
| draft-6.x-1.0.zip | 21.24 KB | 286d4def28e25485e0c44d3b69ea1f83 |
Release notes
Stable release of the draft module for drupal 6
draft 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| draft-6.x-1.x-dev.tar.gz | 26.94 KB | 8ed45fb53cae3762126fccfd6d760534 |
| draft-6.x-1.x-dev.zip | 34.74 KB | de1c9fa623801bd1946823adfc385213 |
Release notes
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