Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #638194 by yoroy: shorter help text on contact form pages.
#525504 by gpk, Dave Reid, sun: anonymous users should not have a contact form; also with added code documentation
#192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
- Patch #601250 by Dave Reid, VeryMisunderstood: allow anonymous users to use personal contact forms.
- Patch #601016 by Dave Reid: remove contact_site_page() and contact_personal_page() and use the forms directly.
- Patch #525504 by Dave Reid, gpk: anonymous user should not have contact form.
- Patch #597784 by gpk, Dave Reid: fixed typo.
- Patch #599186 by Dave Reid: code clean-ups
- Patch #597784 by Dave Reid: rename 'administer site-wide contact form' to 'administer contact forms'.
- Patch #570142 by Dave Reid | Dries: get rid of the admin/structure/contact/settings page.
- Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + hook_user_register() DIE!
- Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links.
#564576 by Gábor Hojtsy: Moved contact module settings back to tab.
#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.
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
*** empty log message ***
#542658 follow-up by sun: Move action 'tabs' out of local tasks and into local actions.
- Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs.
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
- Patch #506976 by catch: rename hook_perm to hook_permission.
- Patch #391412 by JamesAn et al: move contact form, post, and user settings below Site configuration.
- 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.
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
- Patch #295971 by deekayen: option for user contact options is badly phrased.
- Patch #453596 by Xano: clean-up of function names.
#302219 by R.Muilwijk and cyberswat: DBTNGify the Contact module.
#313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names
- Patch #310212 by justinrandell, catch, et all: killed in _user hook, as well as two small kittens.
#108979 by ewhipple, catch, and sun: Order permissions consistently, keep node type related permissions together.
#108717 by add1sun and neclimdul. Code style.
- Patch #245329 by christefano and dmitrig01: code comment love.
- 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.
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
- 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.
Drupal 6.2
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
#189785 by dropcube: anonymous users did not have permission to view the personal contact form, so catch them early
#100577 by O Govinda, keith.smith, catch: improve contact module help, more links to where settings are located
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
#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
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
- Patch #136970 by catch and wmostrey: added permission to administer contact forms (usability improvement).
- Patch #159539 by pwolanin and Crell: split up contact module.
- Patch #111086 by webchick: fix contact module error message.
- Patch #155986 by Uwe: fixed typos.
#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()
- 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.
#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
#154218 by Steven: HTML to text email converter, centralizing email wrapping in Drupal core and providing a solid conversion function for contributed modules
#153781: Convert all remaining confirm_forms() to deletion api.
- Patch #149588 by David Lesieur: corrected API after FAPI changes.
- Patch #141957 by add1sun: improved consistency of messags.
- Patch #146667 by Jeff Eaton: form API fixes.
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
- Patch #141957 by add1sun: improved consistency of messags.
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)
- Patch #128082 by Goba et al: Allow localization of built-in menu items.
- Patch #76588 by kbahey and RobRoy: made the syslog deamon strip HTML tags.
- Patch #76588 by Gabor: made log messages translatable. Yay.
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
- Patch #111347 by Steven: refactor url() and l().
- Patch #113603 by chx: first crack at re-implementing tabs.
- Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. Thanks.
- Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet.
- Always check the username.
#106232 by chx. Add spaces for code style.
- Patch #100987 by dvessel: paragraph tag to help text.
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
- 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.
- Patch #92845 by chx: fixed contact module placeholders in e-mail messages.
#84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc
- Patch #88945 by webernet: to field in personal contact form always blank.
- Patch #69202 by AjK, dopry, chx et al: don't allow anonymous users to send themselves a copy. Prevents spam.
- Patch #82465 by webchick: renamed variables in hooks for consistency.
- Patch #80952 by earl, webchick, neclimdul et al: .info files
#79601: module_exist() -> module_exists()
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.
#76802: Introduce placeholder magic into t() See: http://drupal.org/node/64279#t-placeholders
#78921 by soxofaan. Use consistent pronouns on contact page.
- Patch #77668 by matthieu: fixed contact form.
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)
- Patch #72284 by me: + reorganized ?q=admin/settings + deprecated the _settings hook
- Patch #71194 by Goba: introducing hook_mail_alter(), chaning user_mail() to drupal_mail().
- Patch #70895 by m3avrck, webchick, et al: make it possible to disable the contact form for yourself.
- Patch #60483 by budda, Morbus, webchick et al: hide contact tab for users who have option disabled.
- Patch #41352 by Steve, Zen, Crell et al: new feature: make the default behavior of the contact forms configurable.
- Patch #61600 by Ber: new feature: added additional permissions for contact forms.
- Removing trailing whitespace.
#58034, make suggested menu items show up in breadcrumbs, results in less code. Patch by Zen
- #55898: Generic, permissive admin XSS/HTML filtering for mission/footer/... - Clean up some raw output
#56722, Variable not passed by reference in comment.module, patch by chx
#55351, re-use system settings form, patch by Zen. less code++
#54151, nicer formatting for contact.module, patch by Zen.
#54151, Remove crufty code from contact module, patch by Zen
#14591, User.module links for blocked/non-existant accounts + menu 403/404 issue, patch by Steven and merlinofchaos
- Patch #39135 by Zen: Contact module category update issue + _validate, _submit conversion.
- Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)
- Patch #48622 by adrian: remove drupal_goto from _submit functions.
- 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. + ...
- 'Contact us' -> 'Contact'
- Patch #42341 by wulff: added missing t() function.
- Patch #41198 by matt/dopry: made the contact module validate the recipients' e-mail addresses.
- Patch #40532 by wtanaka: use longblog for data in the cache. Is reported to fix utf-8 problems and improves consistency with PostgreSQL.
- Patch #40397 by DriesK: fixed problem with contact module.
- Fixed #40395: changed ':' to '.'.
- Patch #40397 by DriesK: global contact mails are not sent.
- Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'.
- Patch #28062 by Souvent22: make it possible to assign weights to contact form categories and fixed some small glitches.
- Patch #35644 by webchick: forms API simplificiations.
- SQL query maintenance: '%d' -> %d.
- Patch #27140 by m3averck/souvent22: can't delete contact module subjects with '&' in title.
- Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! /
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
- Patch #29465 by asimmonds: made the contact module work with the new form API.
- Patch by Jeremy: fixed comment module glitch.
- 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.
- Patch #29385 by chx: no ?> add end of files.
- #28728: Fix broken link in contact module help.
- #28728: Fix broken link in contact module help.
- Patch #26236 by Robin Monks: added 'send me a copy'-functionality to the contact forms.
- Patch #27633 by Tobias: + 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. TODO: document the defaults in the PHPdoc comments.
- Removing some whitespace
- urlencode() the subjects in the admin overview page.
- Improvement: avoid people hitting 'Send message' without checking the category/subject.
- Fixed a braino.
- 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()! .
- Patch 20910 by chx: centralize print theme page.
- Patch #18719 by Jose: reworked the 'request new password' functionality.
- Don't jump to the homepage
- Small fixes
- Work by chx and myself: added a site-wide contact form to the contact module.
- Unnecessary check_plain in contact.module
- Unnecessary check_plain in contact.module
- #18817: Clean up plain-text checking (see drupal-devel!)
- Fix double spaces in contact.module help and code.
- Patch by Goba: fixed whitespaces.
- Fixed typo. Reported by KB.
- Patch #16590 by kbahey: usability improvement: add 'subject' form to contact form.
- 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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |