summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue #1071846 by gbrands: Fixed conf_path() doc needs cleanup.webchick2011-06-30
|
* Issue #1192178 by pillarsdotnet: Changed The user_module_invoke() function ↵webchick2011-06-29
| | | | lacks documentation of parameters.
* Issue #813052 by lyricnz, droplet, dinknaround: Fixed Undefined index: ↵webchick2011-06-29
| | | | format in comment_preview() line 2065 and line 2183.
* Issue #1198396 by pillarsdotnet, jhodgdon: Fixed Add required docs to ↵webchick2011-06-29
| | | | user_pass_rehash() function.
* Issue #188947 by lyricnz: Fixed date_validate()(form) should be ↵webchick2011-06-29
| | | | date_validate()(element).
* Issue #1101678 by cwells73, jhodgdon: Fixed documentation for ↵webchick2011-06-29
| | | | hook_search_status()
* Issue #1049462 by rfay: Fixed Usage of deprecated ↵webchick2011-06-29
| | | | form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
* Issue #1130198 by pillarsdotnet, Damien Tournoud: Fixed Regression: ↵webchick2011-06-29
| | | | line-breaks are mangled by drupal_html_to_text().
* Issue #634616 by effulgentsia, rfay, sun: Fixed Various problems due to AJAX ↵webchick2011-06-29
| | | | binding to mousedown instead of click.
* Issue #1083982 by Damien Tournoud: Fixed support for remote streamwrappers.webchick2011-06-29
|
* Issue #1204648 by webchick: Fixed Tests added for SA-2011-CORE-002 broke ↵webchick2011-06-29
| | | | testbot.
* Back to 7.x-devwebchick2011-06-29
|
* Changelog updates, increasing version number.webchick2011-06-29
|
* Merge branch '7.2-security' into 7.xwebchick2011-06-29
|\
| * Changelog, fixing version number in bootstrap.inc.webchick2011-06-29
| |
| * Drupal 7.3webchick2011-06-29
| |
* | Issue #561422 follow-up by Damien Tournoud, lyricnz, chx: Fixed SQLite ↵webchick2011-06-27
| | | | | | | | support for faster db prefixes.
* | 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 #1192474 by pillarsdotnet: Fixed Fix grammar error in ↵webchick2011-06-22
| | | | | | | | file_unmanaged_save_data() docs.
* | Issue #758628 follow-up by jbrown, mgifford, nowarninglabel: Make GD library ↵webchick2011-06-22
| | | | | | | | hook_requirements() desaturation and rotate errors into warnings..
* | Issue #561422 by sun, dalin, lyricnz, catch, Gerhard Killesreiter: Replace ↵webchick2011-06-22
| | | | | | | | strtr() with str_replace() for db prefixing for increased performance.
* | Issue #1192482 by pillarsdotnet: Fixed docs for drupal_save_data().webchick2011-06-22
| |
* | 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 #1192440 by pillarsdotnet: Fixed Make docs of file_copy() match code.webchick2011-06-21
| |
* | Issue #1096448 by bfroehle: Changed drupal_redirect_form() needs better ↵webchick2011-06-21
| | | | | | | | documentation of form_state['redirect'].
* | Issue #1081068 by wojtha, bfroehle, Heine: Fixed drupal_http_request() ↵webchick2011-06-21
| | | | | | | | inconsistent redirect_url().
* | Issue #1192466 by pillarsdotnet: Fixed Make docs of drupal_realpath() match ↵webchick2011-06-21
| | | | | | | | code.
* | 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 #1192456 by pillarsdotnet: Fixed Make docs of file_move() match code.webchick2011-06-21
| |
* | 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().