/[drupal]/drupal/modules/filter/filter.admin.inc
ViewVC logotype

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

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 05:27:18 2009 UTC (3 weeks, 3 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.49: +3 -3 lines
Diff to previous 1.49
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 15:39:41 2009 UTC (6 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.48: +3 -3 lines
Diff to previous 1.48
- Patch #582378 by sun: more filter system clean-up.

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

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 25 14:06:09 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
- Patch #560738 by sun, noahb, David_Rothstein | dropcube: trying to delete a text format gives 'page not found'.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 20 07:32:17 2009 UTC (2 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.45: +58 -74 lines
Diff to previous 1.45
- 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.45 - (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.44: +8 -9 lines
Diff to previous 1.44
#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.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 15:39:48 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.43: +6 -5 lines
Diff to previous 1.43
- Patch #570930 by sun: allow to retrieve all filters (including disabled) in a text format.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 13:22:13 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
#568224 by Josh Waihi and chx: Fixed missing constant in filter value. (all pgsql tests pass now. woohoo! :D)

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 28 16:23:04 2009 UTC (2 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.41: +6 -6 lines
Diff to previous 1.41
- Patch #560502 by Gabor Hojtsy: created 'content authoring' category.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 21:18:19 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.40: +55 -32 lines
Diff to previous 1.40
- Patch #559658 by sun, dropcube: store filter settings per format, general API clean-up and documentation improvements.

Revision 1.40 - (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.39: +13 -11 lines
Diff to previous 1.39
- Patch #428296 by dropcube, sun, catch: filter system doesn't communicate with other modules about filter format changes/deletions.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 26 04:59:26 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.38: +17 -89 lines
Diff to previous 1.38
- Patch #556832 by dropcube: add text format API to manipulate formats.

Revision 1.38 - (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.37: +24 -30 lines
Diff to previous 1.37
- Patch #554946 by dropcube, sun: cache info from hook_filter_info() and allow to be altered.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:14:20 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:10:43 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:02:01 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
*** empty log message ***

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 14:34:20 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.33: +5 -5 lines
Diff to previous 1.33
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 21 17:28:26 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.32: +12 -12 lines
Diff to previous 1.32
- Patch #546350 by dropcube: remove hardcoded numeric deltas from hook_filter_info().

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 15 06:50:29 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31
#545580 by moshe weitzman: Simplify block render structure.

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

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 12 08:39:37 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.29: +1 -5 lines
Diff to previous 1.29
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 04:51:45 2009 UTC (5 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.28: +7 -7 lines
Diff to previous 1.28
#446898 by RoboPhred: Change URL of text formats settings page to admin/settings/formats rather than filter.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 30 07:11:08 2009 UTC (5 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.27: +17 -8 lines
Diff to previous 1.27
- Patch #476928 by Berdir: more database abstraction layer conversions.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 06:00:31 2009 UTC (7 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
- Patch #352880 by dereine, Dave Reid: replace strstre with strpos.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 25 18:01:10 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.25: +42 -10 lines
Diff to previous 1.25
- Patch #394146 by ksenzee, csevb10, dropcube: converted to the new database abstraction layer.

Revision 1.25 - (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.24: +13 -13 lines
Diff to previous 1.24
- Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 19:52:02 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
#366253 by ff1: Fix typo in filter admin form.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 18:55:30 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
- Patch #355236 by Frando: refactor drupal_render() theming.

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

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 10:52:14 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
- Patch #219584 by keith.smith, Bevan, SteveJB: rename operation in Input Formats from 'Configure' to 'View Configuration'.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 21:19:17 2009 UTC (10 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 19:43:21 2008 UTC (11 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.18: +5 -3 lines
Diff to previous 1.18
- Patch #341885 by sun: remove absolute  argument in theme_filter_tips().

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 16:32:21 2008 UTC (11 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.17: +14 -14 lines
Diff to previous 1.17
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency.  Oh my.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 08:23:07 2008 UTC (12 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
- Patch #331570 by recidive: rename block module tables to singular.  Requires you to run update.php.

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

Revision 1.15 - (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.14: +4 -4 lines
Diff to previous 1.14
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.

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

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 16:27:51 2008 UTC (16 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- Patch #286351 by TapocoL: fixed undefined index warning.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:59:26 2008 UTC (16 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.11: +8 -8 lines
Diff to previous 1.11
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:37 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.10: +14 -14 lines
Diff to previous 1.10
- 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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 14:07:21 2008 UTC (21 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.9: +31 -15 lines
Diff to previous 1.9
- Patch #222183 by Gabor and Keith: make the input formats reorderable as a first step towards better input format handling, and ultimately, good WYSIWYIG support.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 18:39:18 2008 UTC (21 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
- Patch #220522 by meba: missing t() function.

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 12 14:25:34 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0, DRUPAL-6-1, DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 , to next main 1.51
#220522 by Roman Dergam and meba: missing t() in filter module (minor)

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 10:35:41 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4
Branch point for: DRUPAL-6
Changes since 1.7: +7 -7 lines
Diff to previous 1.7
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 27 14:03:36 2007 UTC (23 months ago) by goba
Branch: MAIN
Changes since 1.6: +2 -5 lines
Diff to previous 1.6
#176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 21 11:58:59 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.5: +10 -2 lines
Diff to previous 1.5
#194579 patch by pwolanin: clear filter cache when allowed HTML tags configuration changes in an input format

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 09:58:31 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.4: +3 -1 lines
Diff to previous 1.4
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 13:34:55 2007 UTC (2 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
- Removing excessive whitespace.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 20 20:13:04 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.2: +9 -3 lines
Diff to previous 1.2
#193572 by Crell: fix drag and drop documentation and add drag and drop ordering to filter formats

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 17 09:16:48 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.1: +35 -5 lines
Diff to previous 1.1
#175779 by pwolanin: fix filter format addition page and add proper titles for filter configuration tabs

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 14 12:17:58 2007 UTC (2 years, 2 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
- Patch #161185 by Crell: split filter module.

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