summaryrefslogtreecommitdiff
path: root/modules/contact.module
Commit message (Collapse)AuthorAge
* - Patch #60483 by budda, Morbus, webchick et al: hide contact tab for users ↵Dries Buytaert2006-05-29
| | | | who have option disabled.
* - Patch #41352 by Steve, Zen, Crell et al: new feature: make the default ↵Dries Buytaert2006-05-13
| | | | behavior of the contact forms configurable.
* - Patch #61600 by Ber: new feature: added additional permissions for contact ↵Dries Buytaert2006-05-12
| | | | forms.
* - Removing trailing whitespace.Dries Buytaert2006-04-17
|
* #58034, make suggested menu items show up in breadcrumbs, results in less ↵Gerhard Killesreiter2006-04-14
| | | | code. Patch by Zen
* - #55898: Generic, permissive admin XSS/HTML filtering for mission/footer/...Steven Wittens2006-04-07
| | | | - Clean up some raw output
* #56722, Variable not passed by reference in comment.module, patch by chxGerhard Killesreiter2006-04-01
|
* #55351, re-use system settings form, patch by Zen.Gerhard Killesreiter2006-03-23
| | | | less code++
* #54151, nicer formatting for contact.module, patch by Zen.Gerhard Killesreiter2006-03-21
|
* #54151, Remove crufty code from contact module, patch by ZenGerhard Killesreiter2006-03-18
|
* #14591, User.module links for blocked/non-existant accounts + menu 403/404 ↵Gerhard Killesreiter2006-03-17
| | | | issue, patch by Steven and merlinofchaos
* - Patch #39135 by Zen: Contact module category update issue + _validate, ↵Dries Buytaert2006-02-27
| | | | _submit conversion.
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - Patch #48622 by adrian: remove drupal_goto from _submit functions.Dries Buytaert2006-02-10
|
* - Patch #39135 by Zen: various contact form improvements/fixes.Dries Buytaert2006-01-14
| | | | | | | | | | | | + 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. + ...
* - 'Contact us' -> 'Contact'Dries Buytaert2005-12-27
|
* - Patch #42341 by wulff: added missing t() function.Dries Buytaert2005-12-26
|
* - Patch #41198 by matt/dopry: made the contact module validate the ↵Dries Buytaert2005-12-16
| | | | recipients' e-mail addresses.
* - Patch #40532 by wtanaka: use longblog for data in the cache. Is reported ↵Dries Buytaert2005-12-13
| | | | to fix utf-8 problems and improves consistency with PostgreSQL.
* - Patch #40397 by DriesK: fixed problem with contact module.Dries Buytaert2005-12-09
|
* - Fixed #40395: changed ':' to '.'.Dries Buytaert2005-12-09
|
* - Patch #40397 by DriesK: global contact mails are not sent.Dries Buytaert2005-12-09
|
* - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to ↵Dries Buytaert2005-12-02
| | | | '#submit'.
* - 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
|