- 04 Jul, 2011 6 commits
- 03 Jul, 2011 9 commits
- 30 Jun, 2011 9 commits
- 27 Jun, 2011 11 commits
- 23 Jun, 2011 3 commits
-
-
webchick authored
-
- 22 Jun, 2011 2 commits
Issue #360377 by deviantintegral, janusman: Fixed book_get_books() cache becomes stale when batch-inserting book pages.
And the .install file for the test. You'd think I wouldn't forget that TWICE, but you would be wrong.
And the .install file for the test. You'd think I wouldn't forget that TWICE, but you would be wrong.
Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows.
Issue #1169564 by FreekyMage, jhodgdon: Fixed hook_file_download() - sample function body not updated for d7/8.
Issue #879076 by alex_b, pillarsdotnet, ceardach: Fixed Do not set expired=0 where expired is already 0 (performance).
Issue #1179582 by dalin: Changed l() documentation should mention that sanitization is not performed when HTML => TRUE.
Issue #978028 by Dave Reid: Fixed File token fixes: [file:description] does not exist and [file:owner] not using format_username().
Issue #1203766 by sun, lyricnz: Fixed With large number of permissions /admin/people/permissions becomes unusable.
Issue #1192178 by pillarsdotnet: Changed The user_module_invoke() function lacks documentation of parameters.
Issue #813052 by lyricnz, droplet, dinknaround: Fixed Undefined index: format in comment_preview() line 2065 and line 2183.
Issue #1049462 by rfay: Fixed Usage of deprecated form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
Issue #1130198 by pillarsdotnet, Damien Tournoud: Fixed Regression: line-breaks are mangled by drupal_html_to_text().
Issue #634616 by effulgentsia, rfay, sun: Fixed Various problems due to AJAX binding to mousedown instead of click.
Issue #561422 follow-up by Damien Tournoud, lyricnz, chx: Fixed SQLite support for faster db prefixes.
Issue #992376 follow-up by larowlan: Tests for paths containing a hyphen and theme_hook_suggestions().
Issue #1101678 follow-up by cwells73, jhodgdon: Fixed grammar error in hook_search_status() documemtation.
Issue #1191014 by ttaylor249, oriol_e9g: Fixed Field Storage API topic and field_create_field() have wrong variable name in doc.
Issue #253725 by jhodgdon: Fixed () in search results does not have array keys on comments and uploads values.
Issue #1016582 by mfb, sun: Fixed Help block empty on every page, or the same on every page, due to 'cache per role'.
Issue #758628 follow-up by jbrown, mgifford, nowarninglabel: Make GD library hook_requirements() desaturation and rotate errors into warnings..
Issue #561422 by sun, dalin, lyricnz, catch, Gerhard Killesreiter: Replace strtr() with str_replace() for db prefixing for increased performance.