/[drupal]/drupal/modules/contact/contact.module
ViewVC logotype

Log of /drupal/modules/contact/contact.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.136 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 21 14:55:13 2009 UTC (3 days, 11 hours ago) by dries
Branch: MAIN
CVS Tags: HEAD
Changes since 1.135: +4 -5 lines
Diff to previous 1.135
- Patch #638194 by yoroy: shorter help text on contact form pages.

Revision 1.103.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 07:36:34 2009 UTC (2 weeks, 4 days ago) by goba
Branch: DRUPAL-6
Changes since 1.103.2.1: +30 -10 lines
Diff to previous 1.103.2.1 , to branch point 1.103 , to next main 1.136
#525504 by gpk, Dave Reid, sun: anonymous users should not have a contact form; also with added code documentation

Revision 1.135 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 21:26:44 2009 UTC (3 weeks, 2 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.134: +3 -3 lines
Diff to previous 1.134
#192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly.

Revision 1.134 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 11 18:34:10 2009 UTC (6 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.133: +18 -17 lines
Diff to previous 1.133
- Patch #601250 by Dave Reid, VeryMisunderstood: allow anonymous users to use personal contact forms.

Revision 1.133 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 11 01:06:27 2009 UTC (6 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.132: +5 -4 lines
Diff to previous 1.132
- Patch #601016 by Dave Reid: remove contact_site_page() and contact_personal_page() and use the forms directly.

Revision 1.132 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 10 19:54:15 2009 UTC (6 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.131: +30 -10 lines
Diff to previous 1.131
- Patch #525504 by Dave Reid, gpk: anonymous user should not have contact form.

Revision 1.131 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 20:21:55 2009 UTC (6 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.130: +3 -3 lines
Diff to previous 1.130
- Patch #597784 by gpk, Dave Reid: fixed typo.

Revision 1.130 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 02:34:07 2009 UTC (6 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.129: +67 -43 lines
Diff to previous 1.129
- Patch #599186 by Dave Reid: code clean-ups

Revision 1.129 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 00:54:33 2009 UTC (6 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.128: +9 -9 lines
Diff to previous 1.128
- Patch #597784 by Dave Reid: rename 'administer site-wide contact form' to 'administer contact forms'.

Revision 1.128 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 26 00:13:19 2009 UTC (8 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.127: +17 -16 lines
Diff to previous 1.127
- Patch #570142 by Dave Reid | Dries: get rid of the admin/structure/contact/settings page.

Revision 1.127 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 22 07:50:15 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.126: +6 -6 lines
Diff to previous 1.126
- Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + hook_user_register() DIE!

Revision 1.126 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 06:32:54 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.125: +2 -2 lines
Diff to previous 1.125
- Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links.

Revision 1.125 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 18:40:00 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.124: +7 -6 lines
Diff to previous 1.124
#564576 by Gábor Hojtsy: Moved contact module settings back to tab.

Revision 1.124 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:14:19 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.123: +9 -1 lines
Diff to previous 1.123
#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.123 - (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.122: +1 -9 lines
Diff to previous 1.122
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

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

Revision 1.121 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 01:05:10 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.120: +2 -2 lines
Diff to previous 1.120
#542658 follow-up by sun: Move action 'tabs' out of local tasks and into local actions.

Revision 1.120 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 12:36:04 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.119: +4 -11 lines
Diff to previous 1.119
- Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs.

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

Revision 1.118 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 5 18:00:08 2009 UTC (4 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.117: +3 -3 lines
Diff to previous 1.117
- Patch #506976 by catch: rename hook_perm to hook_permission.

Revision 1.117 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 13 20:40:07 2009 UTC (5 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.116: +6 -7 lines
Diff to previous 1.116
- Patch #391412 by JamesAn et al: move contact form, post, and user settings below Site configuration.

Revision 1.116 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 05:00:11 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.115: +7 -7 lines
Diff to previous 1.115
- Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages.

Revision 1.115 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 18:33:56 2009 UTC (5 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.114: +8 -8 lines
Diff to previous 1.114
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.

Revision 1.114 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 10 18:24:06 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.113: +2 -2 lines
Diff to previous 1.113
- Patch #295971 by deekayen: option for user contact options is badly phrased.

Revision 1.113 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 10:38:40 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.112: +5 -5 lines
Diff to previous 1.112
- Patch #453596 by Xano: clean-up of function names.

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

Revision 1.111 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 15:15:51 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3, DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5
Changes since 1.110: +9 -3 lines
Diff to previous 1.110
#313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 11:30:11 2008 UTC (13 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.109: +18 -12 lines
Diff to previous 1.109
- Patch #310212 by justinrandell, catch, et all: killed  in _user hook, as well as two small kittens.

Revision 1.109 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 20:37:32 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.108: +2 -2 lines
Diff to previous 1.108
#108979 by ewhipple, catch, and sun: Order permissions consistently, keep node type related permissions together.

Revision 1.74.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 06:19:06 2008 UTC (14 months, 1 week ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-11, DRUPAL-5-12, DRUPAL-5-13, DRUPAL-5-14, DRUPAL-5-15, DRUPAL-5-16, DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-20
Changes since 1.74.2.1: +4 -4 lines
Diff to previous 1.74.2.1 , to branch point 1.74 , to next main 1.136
#108717 by add1sun and neclimdul. Code style.

Revision 1.108 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 16:25:17 2008 UTC (16 months ago) by dries
Branch: MAIN
Changes since 1.107: +2 -2 lines
Diff to previous 1.107
- Patch #245329 by christefano and dmitrig01: code comment love.

Revision 1.107 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 12:18:47 2008 UTC (18 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.106: +1 -9 lines
Diff to previous 1.106
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
  et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.

Revision 1.106 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 20:01:49 2008 UTC (19 months ago) by dries
Branch: MAIN
Changes since 1.105: +5 -1 lines
Diff to previous 1.105
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.

Revision 1.105 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:36 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.104: +10 -10 lines
Diff to previous 1.104
- 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.103.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 21:11:46 2008 UTC (19 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: 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.103: +5 -1 lines
Diff to previous 1.103
Drupal 6.2

Revision 1.104 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 13:46:39 2008 UTC (21 months ago) by dries
Branch: MAIN
Changes since 1.103: +6 -2 lines
Diff to previous 1.103
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 12:46:52 2008 UTC (22 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1
Branch point for: DRUPAL-6
Changes since 1.102: +2 -2 lines
Diff to previous 1.102
#189785 by dropcube: anonymous users did not have permission to view the personal contact form, so catch them early

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 17:42:13 2007 UTC (23 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2
Changes since 1.101: +6 -5 lines
Diff to previous 1.101
#100577 by O Govinda, keith.smith, catch: improve contact module help, more links to where settings are located

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 18:08:46 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 13 09:34:38 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.99: +2 -2 lines
Diff to previous 1.99
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 16:36:43 2007 UTC (23 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.98: +2 -2 lines
Diff to previous 1.98
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 9 09:21:00 2007 UTC (2 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.97: +3 -3 lines
Diff to previous 1.97
- Patch #136970 by catch and wmostrey: added permission to administer contact forms (usability improvement).

Revision 1.97 - (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
CVS Tags: DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2
Changes since 1.96: +28 -400 lines
Diff to previous 1.96
- Patch #159539 by pwolanin and Crell: split up contact module.

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 3 19:53:01 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95
- Patch #111086 by webchick: fix contact module error message.

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 2 14:41:35 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.94: +6 -6 lines
Diff to previous 1.94
- Patch #155986 by Uwe: fixed typos.

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 1 19:49:19 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.93: +64 -52 lines
Diff to previous 1.93
#82499 by Jose A Reyero and a little bit from myself: send emails localized in the language needed in specific situations, and centralize mail composing operations with hook_mail()

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 1 17:41:14 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92
- Rollback of patch #147723: delete API.  Talked to Steven and Gabor and we
  unanimously agreed to rollback the deletion API.  We all support the
  features this patch added, yet not its actual design and implementation.
  After some talk, we decided that it would be better for Drupal -- in the
  long term -- not to go with a solution that isn't 100%. We also recognize
  that in the short term, this patch would have been useful addition. So
  let's figure out how we can implement this properly in D7.

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 30 19:46:55 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.91: +3 -3 lines
Diff to previous 1.91
#154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 26 22:21:08 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.90: +4 -14 lines
Diff to previous 1.90
#154218 by Steven: HTML to text email converter, centralizing email wrapping in Drupal core and providing a solid conversion function for contributed modules

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 08:32:27 2007 UTC (2 years, 5 months ago) by unconed
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89
#153781: Convert all remaining confirm_forms() to deletion api.

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 14 05:44:51 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88
- Patch #149588 by David Lesieur: corrected API after FAPI changes.

Revision 1.74.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 07:18:05 2007 UTC (2 years, 5 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-10, DRUPAL-5-2, DRUPAL-5-3, DRUPAL-5-4, DRUPAL-5-5, DRUPAL-5-6, DRUPAL-5-7, DRUPAL-5-8, DRUPAL-5-9
Changes since 1.74: +2 -2 lines
Diff to previous 1.74
 - Patch #141957 by add1sun: improved consistency of messags.

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 15:56:32 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.87: +2 -3 lines
Diff to previous 1.87
- Patch #146667 by Jeff Eaton: form API fixes.

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 07:22:17 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.86: +33 -33 lines
Diff to previous 1.86
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 12:03:18 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85
- Patch #141957 by add1sun: improved consistency of messags.

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 28 06:08:42 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.84: +7 -7 lines
Diff to previous 1.84
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 14 13:43:35 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.83: +15 -11 lines
Diff to previous 1.83
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 17:03:24 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.82: +10 -10 lines
Diff to previous 1.82
- Patch #128082 by Goba et al: Allow localization of built-in menu items.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 14:25:13 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81
- Patch #76588 by kbahey and RobRoy: made the syslog deamon strip HTML tags.

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 13:53:11 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.80: +6 -6 lines
Diff to previous 1.80
- Patch #76588 by Gabor: made log messages translatable.  Yay.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 08:56:58 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.79: +4 -4 lines
Diff to previous 1.79
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 27 05:13:53 2007 UTC (2 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.78: +21 -3 lines
Diff to previous 1.78
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 15 11:40:18 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.77: +5 -5 lines
Diff to previous 1.77
- Patch #111347 by Steven: refactor url() and l().

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 09:30:51 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.76: +2 -3 lines
Diff to previous 1.76
 - Patch #113603 by chx: first crack at re-implementing tabs.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 15:49:24 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75
- Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices.  Thanks.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 24 14:48:36 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.74: +70 -84 lines
Diff to previous 1.74
- Patch #34755 by chx et al: faster menu system.  HEAD is temporary broken and there is no upgrade path yet.

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 15:17:51 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0, DRUPAL-5-0-RC-2, DRUPAL-5-1
Branch point for: DRUPAL-5
Changes since 1.73: +4 -4 lines
Diff to previous 1.73
- Always check the username.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 2 05:05:38 2007 UTC (2 years, 10 months ago) by drumm
Branch: MAIN
Changes since 1.72: +3 -3 lines
Diff to previous 1.72
#106232 by chx. Add spaces for code style.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 4 10:43:34 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-RC-1
Changes since 1.71: +3 -3 lines
Diff to previous 1.71
- Patch #100987 by dvessel: paragraph tag to help text.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 20:14:17 2006 UTC (3 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-2
Changes since 1.70: +1 -6 lines
Diff to previous 1.70
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 19:12:01 2006 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69
- Patch #98688 by greggles: string cleanup.  Follow RFC2606 and use example.com for domain name examples.  Core uses that consistently so make sure your contributed modules do too.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 7 12:09:55 2006 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68
- Patch #92845 by chx: fixed contact module placeholders in e-mail messages.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 08:28:44 2006 UTC (3 years, 1 month ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1
Changes since 1.67: +11 -11 lines
Diff to previous 1.67
#84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 18 17:57:05 2006 UTC (3 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.66: +4 -4 lines
Diff to previous 1.66
- Patch #88945 by webernet: to field in personal contact form always blank.

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 8 06:09:41 2006 UTC (3 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.65: +10 -6 lines
Diff to previous 1.65
- Patch #69202 by AjK, dopry, chx et al: don't allow anonymous users to send
  themselves a copy.  Prevents spam.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 8 16:33:02 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.64: +13 -13 lines
Diff to previous 1.64
- Patch #82465 by webchick: renamed variables in hooks for consistency.

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 20:22:35 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.63: +1 -3 lines
Diff to previous 1.63
- Patch #80952 by earl, webchick, neclimdul et al: .info files

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 20 05:57:40 2006 UTC (3 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
#79601: module_exist() -> module_exists()

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 18:58:45 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.61: +110 -108 lines
Diff to previous 1.61
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 12:16:57 2006 UTC (3 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.60: +25 -25 lines
Diff to previous 1.60
#76802: Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 17 09:04:09 2006 UTC (3 years, 3 months ago) by drumm
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59
#78921 by soxofaan. Use consistent pronouns on contact page.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 10 15:36:55 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.58: +4 -4 lines
Diff to previous 1.58
- Patch #77668 by matthieu: fixed contact form.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 31 11:25:53 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.57: +27 -25 lines
Diff to previous 1.57
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 10 19:27:52 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.56: +14 -24 lines
Diff to previous 1.56
- Patch #72284 by me:
   + reorganized ?q=admin/settings
   + deprecated the _settings hook

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 10 08:12:31 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.55: +6 -6 lines
Diff to previous 1.55
- Patch #71194 by Goba: introducing hook_mail_alter(), chaning user_mail() to drupal_mail().

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 28 21:47:03 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.54: +4 -2 lines
Diff to previous 1.54
- Patch #70895 by m3avrck, webchick, et al: make it possible to disable the contact form for yourself.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 29 13:26:41 2006 UTC (3 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.53: +13 -20 lines
Diff to previous 1.53
- Patch #60483 by budda, Morbus, webchick et al: hide contact tab for users who have option disabled.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 13 10:18:25 2006 UTC (3 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.52: +12 -3 lines
Diff to previous 1.52
- Patch #41352 by Steve, Zen, Crell et al: new feature: make the default behavior of the contact forms configurable.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 12 18:12:21 2006 UTC (3 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.51: +11 -3 lines
Diff to previous 1.51
- Patch #61600 by Ber: new feature: added additional permissions for contact forms.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 17 20:48:26 2006 UTC (3 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50
- Removing trailing whitespace.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 14 22:16:02 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.49: +1 -4 lines
Diff to previous 1.49
#58034, make suggested menu items show up in breadcrumbs, results in less code. Patch by Zen

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 7 15:32:17 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
- #55898: Generic, permissive admin XSS/HTML filtering for mission/footer/...
- Clean up some raw output

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 1 23:54:57 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.47: +3 -2 lines
Diff to previous 1.47
#56722, Variable not passed by reference in comment.module, patch by chx

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 23 09:29:35 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.46: +3 -22 lines
Diff to previous 1.46
#55351, re-use system settings form, patch by Zen.
less code++

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 21 07:31:50 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.45: +8 -4 lines
Diff to previous 1.45
#54151, nicer formatting for contact.module, patch by Zen.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 18 01:00:16 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.44: +26 -36 lines
Diff to previous 1.44
#54151, Remove crufty code from contact module, patch by Zen

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 17 18:56:25 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.43: +7 -3 lines
Diff to previous 1.43
#14591, User.module links for blocked/non-existant accounts + menu 403/404 issue, patch by Steven and merlinofchaos

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 27 17:02:53 2006 UTC (3 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.42: +280 -165 lines
Diff to previous 1.42
- Patch #39135 by Zen: Contact module category update issue + _validate, _submit conversion.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 21 18:46:54 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
- Patch #49912: www.drupal.org -> drupal.org.  (Today's critical bugfix #5.)

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 10 05:25:57 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.40: +4 -4 lines
Diff to previous 1.40
- Patch #48622 by adrian: remove drupal_goto from _submit functions.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 14 10:33:22 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.39: +177 -81 lines
Diff to previous 1.39
- Patch #39135 by Zen: various contact form improvements/fixes.

  + Conversion to _validate + _submit model..
  + Split replaced by explode - faster
  + Fixed typos: Recipient
  + Fixed weight defaulting to -10
  + Popped mail subject formatting into a t()
  + Popped '--' formatting into a t()
  + Does a lot of documentation fixing/rewriting.
  + Renamed contact_user_mail form functions to contact_mail_user for consistency.
  + ...

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 27 18:11:27 2005 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38
- 'Contact us' -> 'Contact'

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 26 11:19:49 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
- Patch #42341 by wulff: added missing t() function.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 16 12:59:22 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.36: +13 -1 lines
Diff to previous 1.36
- Patch #41198 by matt/dopry: made the contact module validate the recipients' e-mail addresses.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 13 18:49:47 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.35: +12 -8 lines
Diff to previous 1.35
- Patch #40532 by wtanaka: use longblog for data in the cache.  Is reported to fix utf-8 problems and improves consistency with PostgreSQL.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 9 22:21:01 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
- Patch #40397 by DriesK: fixed problem with contact module.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 9 17:25:53 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
- Fixed #40395: changed ':' to '.'.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 9 15:56:23 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32
- Patch #40397 by DriesK: global contact mails are not sent.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 2 15:21:01 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
- Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 14 22:23:11 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.30: +23 -16 lines
Diff to previous 1.30
- Patch #28062 by Souvent22: make it possible to assign weights to contact form categories and fixed some small glitches.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 12 11:26:16 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.29: +14 -14 lines
Diff to previous 1.29
- Patch #35644 by webchick: forms API simplificiations.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 12 09:14:30 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.28: +5 -5 lines
Diff to previous 1.28
- SQL query maintenance: '%d' -> %d.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 5 08:00:20 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.27: +11 -9 lines
Diff to previous 1.27
- Patch #27140 by m3averck/souvent22: can't delete contact module subjects with '&' in title.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 1 10:17:34 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.26: +12 -1 lines
Diff to previous 1.26
- Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! /

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 11 19:44:34 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.25: +26 -26 lines
Diff to previous 1.25
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 7 06:48:33 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.24: +148 -168 lines
Diff to previous 1.24
- Patch #29465 by asimmonds: made the contact module work with the new form API.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 4 12:09:15 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
- Patch by Jeremy: fixed comment module glitch.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 18 12:04:10 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.22: +5 -1 lines
Diff to previous 1.22
- Patch #28420 by Jeremy: provide a more generic interface that can be used
  to validate other form submissions, not just comments. Two new functions
  are introduced, form_token() and form_validate(). The first function uses
  a private key and a public key to set a token in a hidden field. The second
  function validates the token. The comment and contect module are updated to
  use these functions.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 25 21:14:16 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
- Patch #29385 by chx: no ?> add end of files.

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 17 00:56:13 2005 UTC (4 years, 3 months ago) by unconed
Changes since 1.6.2.1: +2 -2 lines
Diff to previous 1.6.2.1 , to branch point 1.6 , to next main 1.136
- #28728: Fix broken link in contact module help.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 17 00:55:50 2005 UTC (4 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
- #28728: Fix broken link in contact module help.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 11 07:33:21 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.19: +13 -1 lines
Diff to previous 1.19
- Patch #26236 by Robin Monks: added 'send me a copy'-functionality to the contact forms.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 31 10:12:47 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.18: +57 -41 lines
Diff to previous 1.18
- Patch #27633 by Tobias:
  + made it possible to specify a subject when submitting a message on the contact form.
  + fixed some bugs/glitches.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 27 18:33:32 2005 UTC (4 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.17: +10 -10 lines
Diff to previous 1.17
- Patch #25603 by Stefan: made the sizes of forms consistent.
  TODO: document the defaults in the PHPdoc comments.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 6 14:07:04 2005 UTC (4 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
- Removing some whitespace

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 4 09:52:17 2005 UTC (4 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
- urlencode() the subjects in the admin overview page.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 16 11:17:41 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.14: +7 -3 lines
Diff to previous 1.14
- Improvement: avoid people hitting 'Send message' without checking the category/subject.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 11 16:36:06 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
- Fixed a braino.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 5 22:22:46 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- Patch #15595 by Stefan and Djun: improved status messages.

  TODO: we should write down a couple guidelines for these document them in
        the PHPDoc code of drupal_set_message()!  .

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 24 16:34:33 2005 UTC (4 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.11: +8 -7 lines
Diff to previous 1.11
- Patch 20910 by chx: centralize print theme page.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 24 11:43:08 2005 UTC (4 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.10: +5 -5 lines
Diff to previous 1.10
- Patch #18719 by Jose: reworked the 'request new password' functionality.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 24 09:50:35 2005 UTC (4 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
- Don't jump to the homepage

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 24 09:32:01 2005 UTC (4 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8
- Small fixes

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 24 08:23:33 2005 UTC (4 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.7: +176 -4 lines
Diff to previous 1.7
- Work by chx and myself: added a site-wide contact form to the contact module.

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 11 11:06:13 2005 UTC (4 years, 7 months ago) by unconed
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
- Unnecessary check_plain in contact.module

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 11 11:06:01 2005 UTC (4 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
- Unnecessary check_plain in contact.module

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 31 09:25:33 2005 UTC (4 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
- #18817: Clean up plain-text checking (see drupal-devel!)

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 22 06:16:40 2005 UTC (4 years, 9 months ago) by unconed
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4
- Fix double spaces in contact.module help and code.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 20 10:58:22 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.3: +6 -7 lines
Diff to previous 1.3
- Patch by Goba: fixed whitespaces.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 19 08:16:56 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- Fixed typo.  Reported by KB.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 18 18:50:11 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.1: +12 -3 lines
Diff to previous 1.1
- Patch #16590 by kbahey: usability improvement: add 'subject' form to contact form.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 7 17:03:46 2004 UTC (4 years, 11 months ago) by dries
Branch: MAIN
- Added a simple contact module to 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