summaryrefslogtreecommitdiff
path: root/modules/contact.module
Commit message (Collapse)AuthorAge
* - Patch #28062 by Souvent22: make it possible to assign weights to contact ↵Dries Buytaert2005-11-14
| | | | form categories and fixed some small glitches.
* - Patch #35644 by webchick: forms API simplificiations.Dries Buytaert2005-11-12
|
* - SQL query maintenance: '%d' -> %d.Dries Buytaert2005-11-12
|
* - Patch #27140 by m3averck/souvent22: can't delete contact module subjects ↵Dries Buytaert2005-11-05
| | | | with '&' in title.
* - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵Dries Buytaert2005-11-01
| | | | help of core modules! /
* - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.Dries Buytaert2005-10-11
|
* - Patch #29465 by asimmonds: made the contact module work with the new form API.Dries Buytaert2005-10-07
|
* - Patch by Jeremy: fixed comment module glitch.Dries Buytaert2005-10-04
|
* - Patch #28420 by Jeremy: provide a more generic interface that can be usedDries Buytaert2005-09-18
| | | | | | | | 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.
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - #28728: Fix broken link in contact module help.Steven Wittens2005-08-17
|
* - Patch #26236 by Robin Monks: added 'send me a copy'-functionality to the ↵Dries Buytaert2005-08-11
| | | | contact forms.
* - Patch #27633 by Tobias:Dries Buytaert2005-07-31
| | | | | + made it possible to specify a subject when submitting a message on the contact form. + fixed some bugs/glitches.
* - Patch #25603 by Stefan: made the sizes of forms consistent.Dries Buytaert2005-06-27
| | | | TODO: document the defaults in the PHPdoc comments.
* - Removing some whitespaceDries Buytaert2005-06-06
|
* - urlencode() the subjects in the admin overview page.Dries Buytaert2005-06-04
|
* - Improvement: avoid people hitting 'Send message' without checking the ↵Dries Buytaert2005-05-16
| | | | category/subject.
* - Fixed a braino.Dries Buytaert2005-05-11
|
* - Patch #15595 by Stefan and Djun: improved status messages.Dries Buytaert2005-05-05
| | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! .
* - Patch 20910 by chx: centralize print theme page.Dries Buytaert2005-04-24
|
* - Patch #18719 by Jose: reworked the 'request new password' functionality.Dries Buytaert2005-04-24
|
* - Don't jump to the homepageDries Buytaert2005-04-24
|
* - Small fixesDries Buytaert2005-04-24
|
* - Work by chx and myself: added a site-wide contact form to the contact module.Dries Buytaert2005-04-24
|
* - Unnecessary check_plain in contact.moduleSteven Wittens2005-04-11
|
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - Fix double spaces in contact.module help and code.Steven Wittens2005-02-22
|
* - Patch by Goba: fixed whitespaces.Dries Buytaert2005-02-20
|
* - Fixed typo. Reported by KB.Dries Buytaert2005-02-19
|
* - Patch #16590 by kbahey: usability improvement: add 'subject' form to ↵Dries Buytaert2005-02-18
| | | | contact form.
* - Added a simple contact module to core.Dries Buytaert2004-12-07