Commit Graph

11025 Commits (8889a5d168b44c526cabf8130568f640dcb51a17)

Author SHA1 Message Date
Jennifer Hodgdon 55759622ac Issue #2107231 by valderama: Fix documentation for hook_delete() 2014-01-30 09:10:33 -08:00
Jennifer Hodgdon a2dee490c4 Issue #2158383 by laurii, joachim: Fix documentation of return value in user_role_permissions 2014-01-23 11:29:56 -08:00
David Rothstein dc791ec583 Drupal 7.26 2014-01-15 14:43:16 -05:00
David Rothstein 6de5659098 Fix broken function docblock in system.install. 2014-01-02 18:55:32 -05:00
David Rothstein ccec3e9382 Issue #2051787 by milesw: Document that caches should be cleared after calling field_attach_update(). 2013-12-30 20:12:15 -05:00
David Rothstein 9a0f281678 Issue #1876546 by plopesc, Kevin Morse | joachim: Node_type_form_validate() and node_type_form_submit() pointlessly trim machine name value. 2013-12-30 20:08:14 -05:00
David Rothstein e04e5302a2 Issue #2117601 by Alan D.: Namespaced Drupal\node\Node entity in node_revision_list() doc comment rather than node. 2013-12-30 19:00:51 -05:00
David Rothstein a4a72dc277 Issue #1146244 by Dean Reilly, klausi, fago, firebird, David_Rothstein, aaronbauman, shenzhuxi, jaanhoinatski, themoep, citlacom: Node_access integrity constraint violation on module_invoke_all('node_' . $op, $node);. 2013-12-30 18:46:34 -05:00
David Rothstein 25875f96de Issue #1798066 by boztek, dcam, larowlan | Anonymous: Clean up CommentTestBase::setCommentSettings(). 2013-12-30 16:14:55 -05:00
David Rothstein 31d124b795 Issue #1693336 by chx, David_Rothstein, catch | iamEAP: Block rehashing happens on every cron run. 2013-12-30 14:47:22 -05:00
David Rothstein e868ee8451 Issue #2136369 by marvil07: Provide a way to avoid processing a queue during cron execution. 2013-12-30 14:28:14 -05:00
David Rothstein 226fe69970 Issue #1076132 by fizk, friesk, foxtrotcharlie, coolestdude1, David_Rothstein, skwashd, alexpott, tstoeckler | adaddinsane: Hook_block_view_MODULE_DELTA_alter fails with blocks that have a hyphen in the block delta. 2013-12-30 11:45:54 -05:00
David Rothstein 6cd1aae988 Issue #1476810 by Spleshka, David_Rothstein, franz | Heine: Drupal_serve_page_from_cache can serve uncompressed data with Content-Encoding gzip header with page_cache_without_database = 1. 2013-12-30 11:38:30 -05:00
David Rothstein 001532a06e Issue #2054205 by pfrenssen, Berdir: Broken Tests on PHP 5.5. 2013-12-30 09:30:59 -05:00
David Rothstein 0b1196be86 Issue #1563620 by donquixote, David_Rothstein, chaby: Fix errors running unit tests in Drupal 7 when the Locale module is enabled. 2013-12-29 17:04:09 -05:00
David Rothstein b5f311a892 Issue #1443158 by agentrickard, Dave Reid, marcingy: File_field_presave assumes that a file object has been loaded. 2013-12-29 16:53:44 -05:00
David Rothstein 257fac8454 Issue #1426122 by deletedaccount, Alan D., andypost, maximpodorov: Some callbacks return junk when calling drupal_not_found(); replace with return MENU_NOT_FOUND instead. 2013-12-29 15:32:28 -05:00
David Rothstein 987892b79e Issue #2120461 by amitsedaiz | joachim: Theme_status_report() uses an integer instead of a constant. 2013-12-29 14:55:52 -05:00
David Rothstein df93dd273a Issue #1841900 by olli, herom, Sheldon Rampton: Node deletion should clear page cache. 2013-12-29 14:51:49 -05:00
David Rothstein d453b28cba Issue #2127835 by zterry95: Fix code format in user.module. 2013-12-29 14:40:49 -05:00
David Rothstein 16fe2e9d8c Issue #1198904 by das-peter, jox: Drupal_load_stylesheet() fails to load @import files in different directories. 2013-12-27 23:51:46 -05:00
David Rothstein 1518a55a86 Revert "Issue #1289336 by jthorson, JimmyAx, marcingy, no_commit_credit, rooby | janipuni: Calling node_view for the same node with multiple view modes on the same page does not correctly attach fields."
This reverts commit 850c6e38cb.
2013-12-27 17:21:58 -05:00
David Rothstein 850c6e38cb Issue #1289336 by jthorson, JimmyAx, marcingy, no_commit_credit, rooby | janipuni: Calling node_view for the same node with multiple view modes on the same page does not correctly attach fields. 2013-12-27 16:04:51 -05:00
David Rothstein 70e25d73f1 Issue #2090207 by helmo, davidhunter, Tor Arne Thune: Undefined property: stdClass::$visibility in profile_view_field(). 2013-12-27 15:52:38 -05:00
David Rothstein c0049262b3 Issue #1970588 by Heine: SearchExcerptTestCase should be a DrupalWebTestCase. 2013-12-27 15:22:28 -05:00
David Rothstein 66a58e4611 Issue #2016497 by naxoc, jhodgdon | plachance: Search query extender should not use floats directly. 2013-12-27 15:18:38 -05:00
David Rothstein 18d4eaaef8 Issue #1955378 by skek, Darren Oh, claudiu.cristea, David_Rothstein: Return same derivative token with path or URI. 2013-12-27 15:06:57 -05:00
David Rothstein 1f7dc27747 Issue #1993728 by johnmcc, pfrenssen: TestMenuTreeData() assert message confuses dashes and underscores. 2013-12-27 14:57:51 -05:00
David Rothstein 1bcc0e36ad Issue #1209532 by timmillwood, lucascaro, wiifm, iamEAP, sdrycroft, mikeytown2 | slashrsm: Count node views via AJAX in the statistics module. 2013-12-27 14:15:52 -05:00
David Rothstein cc200167b4 Issue #813634 by jlscott, cafuego, Nitesh Sethia, claudinec, brianV: Node.language column should have an index. 2013-12-25 21:40:09 -05:00
David Rothstein a5a14f9621 Issue #2079315 by mondrake: Image style editing leads to redundant watchdog entries. 2013-12-25 19:07:29 -05:00
David Rothstein 1f3e78c2dd Issue #1996644 by apkwilson, abghosh82 | joachim: User_login_name_validate() uses isset() where other user login form validation handlers use !empty(). 2013-12-25 18:20:59 -05:00
David Rothstein 63312113a2 Issue #2011918 by jesse.d, Liam Morland, scor: Titles are often double-escaped (including in the content attribute of the dc:title meta element for nodes). 2013-12-25 17:39:50 -05:00
David Rothstein 94a26aac1c Issue #2040209 by WebEvt: CSS is truncated when aggregation is turned on. 2013-12-25 16:56:54 -05:00
David Rothstein 58081593e9 Issue #310315 by superspring, justafish, naxoc, Waltemath | fonant: drupal_wrap_mail() strips trailing blanks from standard hyphen-hyphen-space-newline e-mail signature separator. 2013-12-25 16:49:17 -05:00
David Rothstein 59b82ed9fa Issue #2064667 by kboopathi | Charles Belov: PHP Filter has a broken link to "Example PHP snippets" within help. 2013-12-25 15:55:33 -05:00
David Rothstein 7b029aca04 Issue #1679660 by rhm50, amontero, billk2, valthebald | bagvendt: Add link to cron tutorial on drupal.org. 2013-12-25 15:12:01 -05:00
David Rothstein cbabb1a24b Issue #2056363 by yched, Sweetchuck, chx: INSERT INTO table SELECT * FROM ... not supported. 2013-12-25 14:57:44 -05:00
David Rothstein 6c89f3924e Issue #1815886 by bojanz, slashrsm | torgosPizza: Change the database schema to allow Drupal core to manage files larger than 4 GB. 2013-12-25 13:36:03 -05:00
Jennifer Hodgdon 97069e4dac Issue #1683794 by JacobSanford, somepal, Caligan: Fix docs for user_block_user_action() function 2013-12-20 09:00:12 -08:00
webchick 92ebe7ffc9 Issue #1820086 by gcassie: Remove mention of drupal_session_count() from inline documentation. 2013-12-10 22:06:04 -08:00
Jennifer Hodgdon c1b6dc1dae Issue #2145077 by TR: Fix spelling errors in D7 tests and comments 2013-12-03 16:45:15 -08:00
David Rothstein f01c994de8 Merge tag '7.24' into 7.x
7.24 release

Conflicts:
	CHANGELOG.txt
	includes/bootstrap.inc
2013-11-20 15:49:21 -05:00
David Rothstein 782d1155c6 Drupal 7.24 2013-11-20 15:45:59 -05:00
Jennifer Hodgdon 43fcd14b9d Issue #1665446 by sivaji, kostajh, markpavlitski: Fix documentation for user_pass_rehash and related functions 2013-11-20 10:46:42 -08:00
Jennifer Hodgdon 8fbfff25cd Issue #1947766 by pfrenssen: Fix docs for user_page() function 2013-11-11 09:40:34 -08:00
Jennifer Hodgdon ae919dbaa8 Issue #332518 by diego21, joachim, chriscohen: Fix up documentation for system_settings_form(). 2013-11-11 09:38:58 -08:00
Jennifer Hodgdon 2912a88b8f Issue #1345654 by diego21, joachim: Make sure hook_field_info tells you there are other needed hooks 2013-11-11 09:27:30 -08:00
Jennifer Hodgdon 3c2464e643 Issue #1517032 by damiankloip, covenantd: Fix search-result.tpl.php docs 2013-10-31 05:48:52 -07:00
Jennifer Hodgdon a6a8a9fffd Issue #2109957 by ar-jan, joachim: Clarify docs for hook_field_schema() 2013-10-17 16:22:53 -07:00