| 1 |
// $Id: CHANGELOG.txt,v 1.2 2007/07/30 17:58:05 agentken Exp $ |
// $Id: CHANGELOG.txt,v 1.3 2007/07/30 21:40:33 agentken Exp $ |
| 2 |
|
|
| 3 |
Changelog for Skeleton Includes |
DRUPAL-6--1-0-alpha1 |
| 4 |
|
==================== |
| 5 |
30-JUL-2007 |
#344010: Implement code style recommendations. |
| 6 |
-- Fixes error where book node types are entered into the {book} table twice. |
#344132: Initial port to Drupal 6. This commit simply implements anything flagged by the Coder module, as well as a few things I noticed as well. |
| 7 |
|
#344132: Port to Drupal 6. Fix errors in schema API and properly detect and display installation errors. |
| 8 |
30-JUL-2007 |
#344132: Port to Drupal 6. Better help text in the case of no templates existing, and properly detect the situation where a skeleton is created but no templates exist. Form API updates for Drupal 6 as well. |
| 9 |
-- #162584 by Steel Rat. Menu error causes instance creation failure. |
#344132: Port to Drupal 6. Rename skeleton_get_template() to skeleton_template_load() so it can be used in Drupal 6's autoloading menu system. |
| 10 |
-- Beta released. |
#344132: Port to Drupal 6. Skeletons can now be created and instantiated. Instead of updating tables directly, we use a manually created node and drupal_execute. Menu API and Form API updates for correctness. |
| 11 |
|
#344536: Reorganize tab layout. The administrator tabs are now broken down into main categories of "Skeletons" and "Templates", with sub-tasks for each category. |
| 12 |
|
#344530: Clean up Overview and Templates tab. |
| 13 |
|
#344532: Implement proper preview for templates. This involved more changes to the menu system and some renaming of some functions. We also now use a proper confirm_form() call for deleting templates. |
| 14 |
|
#350316: Associated templates shows all templates. |
| 15 |
|
#346963: Work with content translation. Language settings on templates are now properly shown in the administrative tables. When creating a skeleton, a language can be chosen for the root book page. |
| 16 |
|
#350328: Clean up Skeleton edit page. |
| 17 |
|
#351935: Hide template tables if no templates are available. |
| 18 |
|
#351936: Edit skeleton link is broken. |
| 19 |
|
#351941: Sync operations on skeleton edit screen. |
| 20 |
|
#352258: agentrickard, Remove include_once('skeleton_common.inc');. |
| 21 |
|
#352265: Bring menu up to date with D6. |
| 22 |
|
#344133: Integrate Token Module. |
| 23 |
|
#357010: Node access form is empty if no roles are selected. |
| 24 |
|
#351943: Allow a template to be used for the book introduction. |
| 25 |
|
#357436: Fix subpages not having node authors. The author of an instantiated template can now be specified by users with the "administer nodes" permission. |
| 26 |
|
#361658: Warnings if no custom tokens have been defined. |
| 27 |
|
#357494: Creating a book breaks if you don't have right permissions. |
| 28 |
|
#357497: Template subpages default to an empty split summary. |
| 29 |
|
#358436: No child nodes are created. This is currently dependent on core issues #360377 and #364529. |
| 30 |
|
#362808: "Create new instance" link in "Create content" area. |
| 31 |
|
#398814: Templates don't work with WYWIWYG API due to unsetting #after_build. |
| 32 |
|
#351884: Add new pages to instantiated templates. |
| 33 |
|
#396110: Edit Template fails if machine readable name of content type contains underscore. |
| 34 |
|
#418862: Update unsetting of filefields for current CCK. |
| 35 |
|
#419852: Store created node ID's in $form_state. |
| 36 |
|
#418862: Update unsetting of filefields for current CCK |
| 37 |
|
#423220: Martin Mayer, Weight of templates does not influence order in book navigation. |
| 38 |
|
#462738: Allow longer token replacements. |
| 39 |
|
#521470: Deleting a template doesn't reset the parent of any child templates. |
| 40 |
|
#459562: Allow use of pathauto's [bookpathalias] token. |
| 41 |
|
#420098: Adding and deleting instantiated nodes from existing books. |
| 42 |
|
#545048: Templates are marked as unchanged when templates are updated. |
| 43 |
|
#544982: CCK Field support for initial book pages. |
| 44 |
|
#544560: CCK text field support for tokens. |
| 45 |
|
#357500: Add Template breaks if no node types are available. |
| 46 |
|
#357493: Skeleton table doesn't check user permissions for template links. |
| 47 |
|
#344134: Update README.txt. |