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

Log of /drupal/modules/contact/contact.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.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 02:34:07 2009 UTC (7 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.17: +86 -67 lines
Diff to previous 1.17
- Patch #599186 by Dave Reid: code clean-ups

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 00:59:56 2009 UTC (7 weeks ago) by dries
Branch: MAIN
Changes since 1.16: +2 -2 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]
Sat Sep 26 00:13:18 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.15: +1 -16 lines
Diff to previous 1.15
- Patch #570142 by Dave Reid | Dries: get rid of the admin/structure/contact/settings page.

Revision 1.15 - (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.14: +3 -3 lines
Diff to previous 1.14
#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.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 12:56:47 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.13: +2 -3 lines
Diff to previous 1.13
- Patch #552986 by yoroy: remove redundant form description.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 18:51:33 2009 UTC (4 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.12: +9 -9 lines
Diff to previous 1.12
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 29 14:24:56 2009 UTC (4 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
#504428 follow-up by keith.smith: Remove 'now' from all empty admin screen texts. Steve Krug would be proud.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 16:05:57 2009 UTC (4 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
#504428 by Sutharsan: Include link to add item on all empty admin listing pages.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 08:04:23 2009 UTC (6 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.9: +1 -6 lines
Diff to previous 1.9
- Patch #240873 by Gábor Hojtsy: move custom help settings to blocks.  Very exciting.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 13:45:00 2009 UTC (8 months ago) by webchick
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
#413060 by pp: Fix typo preventing contact categories from appearing in table.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 05:08:22 2009 UTC (8 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.7: +14 -10 lines
Diff to previous 1.7
#302219 by R.Muilwijk and cyberswat: DBTNGify the Contact module.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 19:26:21 2009 UTC (9 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.6: +20 -4 lines
Diff to previous 1.6
#369653 by rszrama: Add 'No categories' message to Contact module when no categories exist.

Revision 1.6 - (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.5: +5 -5 lines
Diff to previous 1.5
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 2 20:05:11 2008 UTC (16 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3
Changes since 1.4: +5 -13 lines
Diff to previous 1.4
- Patch #276581 by catch: wrote missing tests for contact module and simplified contact module thanks to that.  Also removed some whitespace.

Revision 1.4 - (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.3: +3 -3 lines
Diff to previous 1.3
- 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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 9 07:55:13 2007 UTC (2 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4, DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, 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
Branch point for: DRUPAL-6
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
- Patch #189852 by hswong3i: use schema API to update/insert the contact form records.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 12:43:05 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
#100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?')

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 06:37:49 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
- Patch #159539 by pwolanin and Crell: split up contact 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