summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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().
* | - Patch #804864 by fabsor, pwolanin, catch, c960657: external page caching ↵Dries Buytaert2011-06-12
| | | | | | | | does only work when 'page_cache_invoke_hooks()' is set to FALSE. (Old 'Aggressive Mode' is on).
* | - 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 #1149188 by fago: Fixed machine_name.js does not respect maxlength of ↵webchick2011-06-08
| | | | | | | | target field.
* | Issue #504506 by andypost, Gábor Hojtsy: Fixed Drupal.formatPlural ↵webchick2011-06-08
| | | | | | | | incorrectly handle complex plural rules.
* | 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.