summaryrefslogtreecommitdiff
path: root/modules/contact
Commit message (Collapse)AuthorAge
...
* - Patch #601250 Dave Reid, andypost: upgrade path for contact form permission.Dries Buytaert2009-10-12
|
* - Patch #601250 by Dave Reid, VeryMisunderstood: allow anonymous users to ↵Dries Buytaert2009-10-11
| | | | use personal contact forms.
* - Patch #601016 by Dave Reid: remove contact_site_page() and ↵Dries Buytaert2009-10-11
| | | | contact_personal_page() and use the forms directly.
* - Patch #525504 by Dave Reid, gpk: anonymous user should not have contact form.Dries Buytaert2009-10-10
|
* - Patch #597784 by gpk, Dave Reid: fixed typo.Dries Buytaert2009-10-09
|
* - #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie ↵Dries Buytaert2009-10-09
| | | | information for contact forms.
* - Patch #597540 by Dave Reid: create a default contact category on install.Dries Buytaert2009-10-09
|
* - Patch #599186 by Dave Reid: code clean-upsDries Buytaert2009-10-09
|
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #597784 by Dave Reid: rename 'administer site-wide contact form' to ↵Dries Buytaert2009-10-09
| | | | 'administer contact forms'.
* #300993 follow-up by Dave Reid: Remove cruft from tests now that we have a ↵Angie Byron2009-10-08
| | | | real permissions API.
* - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵Dries Buytaert2009-09-29
| | | | url() only accept an array. Another nice API clean-up!
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #570142 by Dave Reid | Dries: get rid of the ↵Dries Buytaert2009-09-26
| | | | admin/structure/contact/settings page.
* - Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + ↵Dries Buytaert2009-09-22
| | | | hook_user_register() DIE!
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | 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.
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch #569282 by joshmiller: removal of Site configuration and fixed a ↵Dries Buytaert2009-09-10
| | | | number of broken links.
* #564576 by Gábor Hojtsy: Moved contact module settings back to tab.Angie Byron2009-08-31
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | 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.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* - Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' ↵Dries Buytaert2009-08-21
| | | | section in 'configuration and modules'.
* - Patch #552986 by yoroy: remove redundant form description.Dries Buytaert2009-08-19
|
* - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks ↵Dries Buytaert2009-08-12
| | | | and APIs.
* - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.Dries Buytaert2009-07-31
|
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #522210 by gpk: phpdoc fix.Dries Buytaert2009-07-17
|
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #506976 by catch: rename hook_perm to hook_permission.Dries Buytaert2009-07-05
|
* #504428 follow-up by keith.smith: Remove 'now' from all empty admin screen ↵Angie Byron2009-06-29
| | | | texts. Steve Krug would be proud.
* #504428 by Sutharsan: Include link to add item on all empty admin listing pages.Angie Byron2009-06-28
|
* - Patch #391412 by JamesAn et al: move contact form, post, and user settings ↵Dries Buytaert2009-06-13
| | | | below Site configuration.
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* - Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to ↵Dries Buytaert2009-06-08
| | | | 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.
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #299137 by mr.baileys: added tests for the contact form's auto-reply.Dries Buytaert2009-05-27
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* - Patch #295971 by deekayen: option for user contact options is badly phrased.Dries Buytaert2009-05-10
|
* - Patch #453572 by Xano: improve language.Dries Buytaert2009-05-10
|
* - Patch #453596 by Xano: clean-up of function names.Dries Buytaert2009-05-06
|
* - Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for ↵Dries Buytaert2009-04-30
| | | | the review sun.
* - Patch #240873 by Gábor Hojtsy: move custom help settings to blocks. Very ↵Dries Buytaert2009-04-29
| | | | exciting.
* #229660 by Dave Reid: Use theme_username() in personal contact form.Angie Byron2009-04-26
|
* - Patch #282858 by Dave Reid, Ian Ward: nicer message for the contact form ↵Dries Buytaert2009-04-21
| | | | when it has not yet been configured.
* - Patch #413060 by pp: added a test for contact module.Dries Buytaert2009-04-21
|
* - Patch #413852 by Berdir: correctly validate emails on PHP 5.3.Dries Buytaert2009-04-05
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.