summaryrefslogtreecommitdiff
path: root/modules/contact/contact.module
Commit message (Collapse)AuthorAge
* - Patch #159539 by pwolanin and Crell: split up contact module.Dries Buytaert2007-07-16
|
* - Patch #111086 by webchick: fix contact module error message.Dries Buytaert2007-07-03
|
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵Gábor Hojtsy2007-07-01
| | | | in the language needed in specific situations, and centralize mail composing operations with hook_mail()
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | 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.
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* #154218 by Steven: HTML to text email converter, centralizing email wrapping ↵Gábor Hojtsy2007-06-26
| | | | in Drupal core and providing a solid conversion function for contributed modules
* #153781: Convert all remaining confirm_forms() to deletion api.Steven Wittens2007-06-22
|
* - Patch #149588 by David Lesieur: corrected API after FAPI changes.Dries Buytaert2007-06-14
|
* - Patch #146667 by Jeff Eaton: form API fixes.Dries Buytaert2007-06-04
|
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* - Patch #141957 by add1sun: improved consistency of messags.Dries Buytaert2007-05-31
|
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #76588 by kbahey and RobRoy: made the syslog deamon strip HTML tags.Dries Buytaert2007-04-30
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #111347 by Steven: refactor url() and l().Dries Buytaert2007-02-15
|
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-02-11
|
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* - Always check the username.Dries Buytaert2007-01-10
|
* #106232 by chx. Add spaces for code style.Neil Drumm2007-01-02
|
* - Patch #100987 by dvessel: paragraph tag to help text.Dries Buytaert2006-12-04
|
* - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵Dries Buytaert2006-11-21
| | | | superseded by the new 'by module' administration dashboard.
* - Patch #98688 by greggles: string cleanup. Follow RFC2606 and use ↵Dries Buytaert2006-11-21
| | | | example.com for domain name examples. Core uses that consistently so make sure your contributed modules do too.
* - Patch #92845 by chx: fixed contact module placeholders in e-mail messages.Dries Buytaert2006-11-07
|
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* - Patch #88945 by webernet: to field in personal contact form always blank.Dries Buytaert2006-10-18
|
* - Patch #69202 by AjK, dopry, chx et al: don't allow anonymous users to sendDries Buytaert2006-10-08
| | | | themselves a copy. Prevents spam.
* - Patch #82465 by webchick: renamed variables in hooks for consistency.Dries Buytaert2006-09-08
|
* - Patch #80952 by earl, webchick, neclimdul et al: .info filesDries Buytaert2006-08-31
|
* #79601: module_exist() -> module_exists()Steven Wittens2006-08-20
|
* - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵Dries Buytaert2006-08-18
| | | | forms via the pull model.
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* #78921 by soxofaan. Use consistent pronouns on contact page.Neil Drumm2006-08-17
|
* - Patch #77668 by matthieu: fixed contact form.Dries Buytaert2006-08-10
|
* - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)Dries Buytaert2006-07-31
|
* - Patch #72284 by me:Dries Buytaert2006-07-10
| | | | | + reorganized ?q=admin/settings + deprecated the _settings hook
* - Patch #71194 by Goba: introducing hook_mail_alter(), chaning user_mail() ↵Dries Buytaert2006-07-10
| | | | to drupal_mail().
* - Patch #70895 by m3avrck, webchick, et al: make it possible to disable the ↵Dries Buytaert2006-06-28
| | | | contact form for yourself.
* - 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
|