/[drupal]/contributions/modules/skeleton/skeleton.module
ViewVC logotype

Log of /contributions/modules/skeleton/skeleton.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 19:17:08 2009 UTC (3 months ago) by deviantintegral
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1, HEAD
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
#357493: Skeleton table doesn't check user permissions for template links.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 16 18:12:35 2009 UTC (4 months, 1 week ago) by deviantintegral
Branch: MAIN
Changes since 1.18: +11 -9 lines
Diff to previous 1.18
#420098: Adding and deleting instantiated nodes from existing books.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 18:27:26 2009 UTC (8 months, 2 weeks ago) by deviantintegral
Branch: MAIN
Changes since 1.17: +2 -3 lines
Diff to previous 1.17
#396110: Edit Template fails if machine readable name of content type contains underscore.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 18:22:29 2009 UTC (8 months, 2 weeks ago) by deviantintegral
Branch: MAIN
Changes since 1.16: +102 -1 lines
Diff to previous 1.16
#351884: Add new pages to instantiated templates.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 20:33:33 2009 UTC (9 months, 3 weeks ago) by deviantintegral
Branch: MAIN
Changes since 1.15: +13 -1 lines
Diff to previous 1.15
#362808: "Create new instance" link in "Create content" area.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 18:36:52 2009 UTC (10 months ago) by deviantintegral
Branch: MAIN
Changes since 1.14: +13 -2 lines
Diff to previous 1.14
#357494: Creating a book breaks if you don't have right permissions.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 23:05:34 2009 UTC (10 months, 2 weeks ago) by deviantintegral
Branch: MAIN
Changes since 1.13: +7 -1 lines
Diff to previous 1.13
#351943: Allow a template to be used for the book introduction.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 17:38:58 2009 UTC (10 months, 3 weeks ago) by deviantintegral
Branch: MAIN
Changes since 1.12: +67 -3 lines
Diff to previous 1.12
#344133: Integrate Token Module.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 01:54:08 2009 UTC (10 months, 3 weeks ago) by deviantintegral
Branch: MAIN
Changes since 1.11: +34 -101 lines
Diff to previous 1.11
#352265: Bring menu up to date with D6.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 01:45:12 2009 UTC (10 months, 3 weeks ago) by deviantintegral
Branch: MAIN
Changes since 1.10: +32 -3 lines
Diff to previous 1.10
#352258: agentrickard, Remove include_once('skeleton_common.inc');.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 28 22:45:13 2008 UTC (11 months ago) by deviantintegral
Branch: MAIN
Changes since 1.9: +15 -1 lines
Diff to previous 1.9
#350328: Clean up Skeleton edit page.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 23 00:26:59 2008 UTC (11 months ago) by deviantintegral
Branch: MAIN
Changes since 1.8: +6 -2 lines
Diff to previous 1.8
#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.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 18:17:48 2008 UTC (11 months, 1 week ago) by deviantintegral
Branch: MAIN
Changes since 1.7: +30 -19 lines
Diff to previous 1.7
#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.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 21:38:15 2008 UTC (11 months, 1 week ago) by deviantintegral
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#344530: Clean up Overview and Templates tab.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 21:36:17 2008 UTC (11 months, 1 week ago) by deviantintegral
Branch: MAIN
Changes since 1.5: +26 -9 lines
Diff to previous 1.5
#344536: Reorganize tab layout. The administrator tabs are now broken down into main categories of "Skeletons" and "Templates", with sub-tasks for each category.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 22:09:23 2008 UTC (11 months, 2 weeks ago) by deviantintegral
Branch: MAIN
Changes since 1.4: +40 -45 lines
Diff to previous 1.4
#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.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 02:22:53 2008 UTC (11 months, 3 weeks ago) by deviantintegral
Branch: MAIN
Changes since 1.3: +105 -124 lines
Diff to previous 1.3
#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.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 00:09:18 2008 UTC (11 months, 3 weeks ago) by deviantintegral
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.2: +48 -48 lines
Diff to previous 1.2
#344010: Implement code style recommendations.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 30 17:55:26 2007 UTC (2 years, 4 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-beta
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
#162584 by Steel Rat.  Menu error causes instance creation failure.
  - Alpha 2 released.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 17 15:57:15 2007 UTC (2 years, 5 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--1-0alpha
Initial commit of the Skeleton module.  This module creates reusable book outlines containing stored node data.  Is allows you to create a book once and publish it many times.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2