/[drupal]/drupal/modules/filter/filter.api.php
ViewVC logotype

Log of /drupal/modules/filter/filter.api.php

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.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 22 08:14:27 2009 UTC (3 days, 16 hours ago) by dries
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
- Patch #582378 by sun, David_Rothstein: fixes for the filter system and additional tests.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 20 07:32:17 2009 UTC (2 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.14: +8 -7 lines
Diff to previous 1.14
- Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 00:12:46 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
#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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 21:18:19 2009 UTC (2 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.12: +111 -27 lines
Diff to previous 1.12
- Patch #559658 by sun, dropcube: store filter settings per format, general API clean-up and documentation improvements.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 26 10:28:45 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.11: +54 -1 lines
Diff to previous 1.11
- Patch #428296 by dropcube, sun, catch: filter system doesn't communicate with other modules about filter format changes/deletions.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 26 10:17:54 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.10: +52 -51 lines
Diff to previous 1.10
- Patch #546336 by sun, dropcube: code clean-up and documentation improvements for the filter hooks.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 10:35:32 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.9: +14 -1 lines
Diff to previous 1.9
- Patch #554946 by dropcube, sun: cache info from hook_filter_info() and allow to be altered.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 19:53:19 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.8: +41 -96 lines
Diff to previous 1.8
- Patch #546336 by dropcube: transform hook_filter from having a  paramater to hook_filter_().

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:32 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7, DRUPAL-7-0-UNSTABLE-8
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
- Patch #471070 by stella: millions of code style fixes.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 05:21:55 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
- Patch #471142 by stella: code style fixes.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 09:40:25 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.5: +8 -8 lines
Diff to previous 1.5
- Patch #267484 by deviantintegral: corrected the filter api documentation.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 21:25:18 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
- Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 16:58:42 2009 UTC (10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 16:43:17 2008 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- Patch #352470 by scor: fixed typos and grammar in comments.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 18:24:36 2008 UTC (11 months ago) by dries
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 02:37:32 2008 UTC (12 months ago) by webchick
Branch: MAIN
#314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core.

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