/[drupal]/drupal/modules/book/book.pages.inc
ViewVC logotype

Log of /drupal/modules/book/book.pages.inc

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.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 18 18:51:11 2009 UTC (9 days, 15 hours ago) by dries
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
- Patch #583730 by sun: fixed form caching.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 10:02:41 2009 UTC (2 weeks, 6 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.20: +4 -4 lines
Diff to previous 1.20
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 12:11:10 2009 UTC (3 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.19: +4 -4 lines
Diff to previous 1.19
- Patch #595084 by c960657: use type hinting for .

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 14:07:27 2009 UTC (6 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.18: +5 -2 lines
Diff to previous 1.18
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 11 03:07:17 2009 UTC (6 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 00:59:55 2009 UTC (7 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 00:12:45 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 07:12:15 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.14: +21 -23 lines
Diff to previous 1.14
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 20:13:26 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6, DRUPAL-7-0-UNSTABLE-7, DRUPAL-7-0-UNSTABLE-8
Changes since 1.13: +1 -2 lines
Diff to previous 1.13
- Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 18:24:35 2008 UTC (11 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 15:02:45 2008 UTC (12 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.11: +4 -2 lines
Diff to previous 1.11
- Patch #302207 by John Morahan: converted book module to the new database abstraction layer.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 00:33:01 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 06:27:04 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 21:10:59 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 04:06:28 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.7: +4 -7 lines
Diff to previous 1.7
#319466: SA-2008-47 (#295053): CSRF in cached forms.

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 23:59:13 2008 UTC (15 months, 2 weeks ago) by drumm
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.5: +3 -6 lines
Diff to previous 1.5 , to next main 1.22
Drupal 6.4.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 21:19:24 2008 UTC (18 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
- Patch #257730 by Senpai: code clean-up for book module.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:36 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.5: +8 -8 lines
Diff to previous 1.5
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 23:24:24 2007 UTC (23 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-2, DRUPAL-6-3
Branch point for: DRUPAL-6
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
#203274 by Pasqualle: remove excessive witespace from our code (minor)

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 4 14:28:35 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4, DRUPAL-6-0-RC-1
Changes since 1.3: +4 -32 lines
Diff to previous 1.3
#160200 by dvessel and chx: better theming support for book module

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 17 12:34:16 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
- Patch #155870 by quicksketch et al: AHAH-ification of the poll module.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 19:33:27 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.1: +12 -9 lines
Diff to previous 1.1
#181125 by quicksketch and dmitrig01: AHAH usability improvements for book module
 - book outline form reordering in real-time
 - better context sensitive book parent editing

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 11 17:35:58 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
#172840 by Crell: break up book module to improve performance

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