summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
...
* Merge branch '7.2-security' into 7.xwebchick2011-06-29
|\
| * Drupal 7.3webchick2011-06-29
| |
* | Issue #1191040 by sun: Use proper function for ordering tests by title.webchick2011-06-27
| |
* | Issue #992376 follow-up by larowlan: Tests for paths containing a hyphen and ↵webchick2011-06-27
| | | | | | | | theme_hook_suggestions().
* | Issue #1191014 by ttaylor249, oriol_e9g: Fixed Field Storage API topic and ↵webchick2011-06-26
| | | | | | | | field_create_field() have wrong variable name in doc.
* | Issue #1166388 by pillarsdotnet: Fixed Regression: user_mail_tokens() needs ↵webchick2011-06-26
| | | | | | | | docs.
* | Issue #253725 by jhodgdon: Fixed () in search results does not have array ↵webchick2011-06-26
| | | | | | | | keys on comments and uploads values.
* | Issue #1198392 by pillarsdotnet: Fixed Add required docs to ↵webchick2011-06-26
| | | | | | | | user_cancel_url() function.
* | Issue #1016582 by mfb, sun: Fixed Help block empty on every page, or the ↵webchick2011-06-26
| | | | | | | | same on every page, due to 'cache per role'.
* | Issue #885616 by mgifford, Everett Zufelt: Fixed Labels missing from a ↵webchick2011-06-26
| | | | | | | | number of locale admin forms.
* | Issue #1182970 by mr.baileys: Improvements to hook_menu() documentation.webchick2011-06-26
| |
* | Issue #1026878 by LoMo, pillarsdotnet: Fixed Float and Decimal values not ↵webchick2011-06-26
| | | | | | | | fully validated.
* | Issue #758628 follow-up by jbrown, mgifford, nowarninglabel: Make GD library ↵webchick2011-06-22
| | | | | | | | hook_requirements() desaturation and rotate errors into warnings..
* | Issue #1183844 by cwells73: Fixed FAPI element #title not sanitized.webchick2011-06-22
| |
* | Issue #1190242 by lyricnz, jiv-e: Fixed hook_menu_link_update() example uses ↵webchick2011-06-21
| | | | | | | | invalid db_result().
* | Issue #1175614 by barbi, oriol_e9g, joachim: Remove HTML tags in the ↵webchick2011-06-21
| | | | | | | | documentation for block_list()
* | Issue #993134 by lyricnz, adam.hammouda: Fixed menu_save() needs to document ↵webchick2011-06-21
| | | | | | | | the form of the menu name.
* | Issue #961584 by james.elliott, mgifford, ximo: Fixed 'Skip to main content' ↵webchick2011-06-21
| | | | | | | | link doesn't work in Overlay for Bartik or Stark.
* | Issue #1187898 by droplet, Setca: Fixed hook_image_effect_info_alter() - ↵webchick2011-06-21
| | | | | | | | sample function body uses wrong variable name.
* | Issue #1081068 by wojtha, bfroehle, Heine: Fixed drupal_http_request() ↵webchick2011-06-21
| | | | | | | | inconsistent redirect_url().
* | Issue #1171436 by jhedstrom: Check that modules passed into setUp() are ↵webchick2011-06-21
| | | | | | | | properly enabled.
* | Issue #1190928 by droplet: Add examples of entity type in field_get_items() ↵webchick2011-06-21
| | | | | | | | (and fix punctuation in other examples).
* | Issue #1169426 by plach, fietserwin, sun: Fixed Field invoke multiple does ↵webchick2011-06-21
| | | | | | | | not handle field language correctly.
* | Issue #1145700 by jbrown, greggles: Improve sanitization of watchdog ↵webchick2011-06-21
| | | | | | | | link/operations item.
* | - Patch #1188880 by mr.baileys, tstoeckler: comment module test fails randomly.Dries Buytaert2011-06-18
| |
* | Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not ↵webchick2011-06-15
| | | | | | | | loading the .module file causes a fatal error when uninstalling some modules (as does loading it).
* | Issue #1028092 by jbrown, chi, eojthebrave , dixon_, justinrandell, ↵webchick2011-06-15
| | | | | | | | Sweetchuck: Fixed critical: Default image is not set to permanent and saved to the wrong schema.
* | Issue #1115510 by catch, barbi, amateescu: Fixed Entity providing modules ↵webchick2011-06-14
| | | | | | | | must call field_attach_delete_bundle() in hook_uninstall().
* | - Patch #1089472 by janusman, David_Rothstein: batch API finishes when ↵Dries Buytaert2011-06-11
| | | | | | | | >99.5% of items have been processed.
* | Issue #1022416 by bfroehle, turboflash: Fixed Wrong use of db_transaction() ↵webchick2011-06-08
| | | | | | | | in block module.
* | Issue #705892 follow-up by bfroehle, ELC: Safer method of instantiating the ↵webchick2011-06-08
| | | | | | | | content variable in node.tpl.php.
* | Issue #1168686 by barbi, Dave Reid: Fixed hook_menu() doc should say how to ↵webchick2011-06-08
| | | | | | | | pass integer arg to callbacks.
* | Issue #996240 by David_Rothstein: Fixed Javascript error in node preview ↵webchick2011-06-08
| | | | | | | | when there are unlimited value fields in overlay.
* | Issue #1179970 by kafitz, dinarcon: Fixed spelling mistake in Field API docs.webchick2011-06-08
| |
* | Issue #1179424 by aspilicious, tstoeckler: Add tests to check for ↵webchick2011-06-08
| | | | | | | | SA-CORE-2011-001
* | Rollback of previous commit. This fails testbot.webchick2011-06-08
| |
* | Issue #1179424 by aspilicious: Add tests to check for SA-CORE-2011-001webchick2011-06-08
| |
* | - Patch #1162226 by mr.baileys: taxonomy_term_save() should document what is ↵Dries Buytaert2011-06-06
| | | | | | | | in a object.
* | Issue #1017850 by yched: Improve documentation for field_view_value().webchick2011-06-04
| |
* | Issue #276174 follow-up by Gábor Hojtsy, TR: Fixed Document check_plain() ↵webchick2011-06-01
| | | | | | | | use in blog.module.
* | Issue #1014262 by Eric_A, asimmonds: Fixed user_update_7011() completely ↵webchick2011-06-01
| | | | | | | | broken (User email template tokens not upgraded).
* | Issue #1161240 by barbi, jhodgdon: Added Need documentation of non-matching ↵webchick2011-06-01
| | | | | | | | return value for taxonomy_term_load_multiple(), entity_load_multiple(), and DrupalEntityControlle.
* | Issue #1161964 by arcaneadam: Fixed hook_system_themes_page_alter() ↵webchick2011-06-01
| | | | | | | | documentation is incorrect.
* | Issue #1144848 by mr.baileys: Fixed node_type_form_submit() should not say ↵webchick2011-06-01
| | | | | | | | it is implementation of hook_form_submit().
* | Issue #1021064 by montesq: Fixed No Main Links causes error message in form ↵webchick2011-06-01
| | | | | | | | description to set Secondary Links.
* | Issue #1158596 by mr.baileys: Fixed clarification of node in ↵webchick2011-06-01
| | | | | | | | hook_node_submit() doc.
* | Issue #761648 follow-up by lyricnz: Fixed Menu D6->D7 upgrade doesn't ↵webchick2011-06-01
| | | | | | | | maintain node-menu configuration.
* | Issue #1138040 by barbi: Fixed hook_field_shema() doc has incorrect field ↵webchick2011-05-30
| | | | | | | | type in format in example.
* | Issue #1160792 by andrewmacpherson: Fixed Spelling mistake in documentation ↵webchick2011-05-30
| | | | | | | | for theme_field().
* | Issue #1019374 by Jody Lynn: Delete book variables on hook_uninstall().webchick2011-05-30
| |