summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Issue #2222497 by mojzis: Replace obsolete function reference in ↵Jennifer Hodgdon2014-03-28
| | | | hook_prepare docs
* Issue #2215877 by asrob: Fix function signature for hook_ajax_render_alter()Jennifer Hodgdon2014-03-15
|
* Issue #2182187 by izus: Clarify documentation for taxonomy_vocabulary_delete()Jennifer Hodgdon2014-03-12
|
* Issue #1796500 by sandykadam: Fix docs for hook_field_attach_validate()Jennifer Hodgdon2014-02-27
|
* Issue #1694026 by sandykadam, joachim: Fis docs in ↵Jennifer Hodgdon2014-02-27
| | | | hook_field_attach_delete_bundle()
* Issue #2199191 by nevergone, mr.york: Fix typo in form.api.phpJennifer Hodgdon2014-02-27
|
* Issue #1948566 by joachim: Document batch API callbacks using new standardJennifer Hodgdon2014-02-12
|
* Issue #2183461 by siliconmeadow: Fix reference to nonexistent function in ↵Jennifer Hodgdon2014-02-12
| | | | taxonomy docs
* Issue #2174353 by anemes, bryanlburkholder: Fix up docs for system_retrieve_fileJennifer Hodgdon2014-02-12
|
* Issue #2174551 by David_Rothstein, mikeytown2, hswong3i: ↵David Rothstein2014-01-31
| | | | Taxonomy_update_7011 runs out of memory.
* Issue #2107231 by valderama: Fix documentation for hook_delete()Jennifer Hodgdon2014-01-30
|
* Issue #2158383 by laurii, joachim: Fix documentation of return value in ↵Jennifer Hodgdon2014-01-23
| | | | user_role_permissions
* Drupal 7.26David Rothstein2014-01-15
|
* Fix broken function docblock in system.install.David Rothstein2014-01-02
|
* Issue #2051787 by milesw: Document that caches should be cleared after ↵David Rothstein2013-12-30
| | | | calling field_attach_update().
* Issue #1876546 by plopesc, Kevin Morse | joachim: Node_type_form_validate() ↵David Rothstein2013-12-30
| | | | and node_type_form_submit() pointlessly trim machine name value.
* Issue #2117601 by Alan D.: Namespaced Drupal\node\Node entity in ↵David Rothstein2013-12-30
| | | | node_revision_list() doc comment rather than node.
* Issue #1146244 by Dean Reilly, klausi, fago, firebird, David_Rothstein, ↵David Rothstein2013-12-30
| | | | aaronbauman, shenzhuxi, jaanhoinatski, themoep, citlacom: Node_access integrity constraint violation on module_invoke_all('node_' . $op, $node);.
* Issue #1798066 by boztek, dcam, larowlan | Anonymous: Clean up ↵David Rothstein2013-12-30
| | | | CommentTestBase::setCommentSettings().
* Issue #1693336 by chx, David_Rothstein, catch | iamEAP: Block rehashing ↵David Rothstein2013-12-30
| | | | happens on every cron run.
* Issue #2136369 by marvil07: Provide a way to avoid processing a queue during ↵David Rothstein2013-12-30
| | | | cron execution.
* Issue #1076132 by fizk, friesk, foxtrotcharlie, coolestdude1, ↵David Rothstein2013-12-30
| | | | David_Rothstein, skwashd, alexpott, tstoeckler | adaddinsane: Hook_block_view_MODULE_DELTA_alter fails with blocks that have a hyphen in the block delta.
* Issue #1476810 by Spleshka, David_Rothstein, franz | Heine: ↵David Rothstein2013-12-30
| | | | Drupal_serve_page_from_cache can serve uncompressed data with Content-Encoding gzip header with page_cache_without_database = 1.
* Issue #2054205 by pfrenssen, Berdir: Broken Tests on PHP 5.5.David Rothstein2013-12-30
|
* Issue #1563620 by donquixote, David_Rothstein, chaby: Fix errors running ↵David Rothstein2013-12-29
| | | | unit tests in Drupal 7 when the Locale module is enabled.
* Issue #1443158 by agentrickard, Dave Reid, marcingy: File_field_presave ↵David Rothstein2013-12-29
| | | | assumes that a file object has been loaded.
* Issue #1426122 by deletedaccount, Alan D., andypost, maximpodorov: Some ↵David Rothstein2013-12-29
| | | | callbacks return junk when calling drupal_not_found(); replace with return MENU_NOT_FOUND instead.
* Issue #2120461 by amitsedaiz | joachim: Theme_status_report() uses an ↵David Rothstein2013-12-29
| | | | integer instead of a constant.
* Issue #1841900 by olli, herom, Sheldon Rampton: Node deletion should clear ↵David Rothstein2013-12-29
| | | | page cache.
* Issue #2127835 by zterry95: Fix code format in user.module.David Rothstein2013-12-29
|
* Issue #1198904 by das-peter, jox: Drupal_load_stylesheet() fails to load ↵David Rothstein2013-12-27
| | | | @import files in different directories.
* Revert "Issue #1289336 by jthorson, JimmyAx, marcingy, no_commit_credit, ↵David Rothstein2013-12-27
| | | | | | 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 850c6e38cbf36047bf0bf597bc7e5767ab6989d5.
* Issue #1289336 by jthorson, JimmyAx, marcingy, no_commit_credit, rooby | ↵David Rothstein2013-12-27
| | | | janipuni: Calling node_view for the same node with multiple view modes on the same page does not correctly attach fields.
* Issue #2090207 by helmo, davidhunter, Tor Arne Thune: Undefined property: ↵David Rothstein2013-12-27
| | | | stdClass::$visibility in profile_view_field().
* Issue #1970588 by Heine: SearchExcerptTestCase should be a DrupalWebTestCase.David Rothstein2013-12-27
|
* Issue #2016497 by naxoc, jhodgdon | plachance: Search query extender should ↵David Rothstein2013-12-27
| | | | not use floats directly.
* Issue #1955378 by skek, Darren Oh, claudiu.cristea, David_Rothstein: Return ↵David Rothstein2013-12-27
| | | | same derivative token with path or URI.
* Issue #1993728 by johnmcc, pfrenssen: TestMenuTreeData() assert message ↵David Rothstein2013-12-27
| | | | confuses dashes and underscores.
* Issue #1209532 by timmillwood, lucascaro, wiifm, iamEAP, sdrycroft, ↵David Rothstein2013-12-27
| | | | mikeytown2 | slashrsm: Count node views via AJAX in the statistics module.
* Issue #813634 by jlscott, cafuego, Nitesh Sethia, claudinec, brianV: ↵David Rothstein2013-12-25
| | | | Node.language column should have an index.
* Issue #2079315 by mondrake: Image style editing leads to redundant watchdog ↵David Rothstein2013-12-25
| | | | entries.
* Issue #1996644 by apkwilson, abghosh82 | joachim: User_login_name_validate() ↵David Rothstein2013-12-25
| | | | uses isset() where other user login form validation handlers use !empty().
* Issue #2011918 by jesse.d, Liam Morland, scor: Titles are often ↵David Rothstein2013-12-25
| | | | double-escaped (including in the content attribute of the dc:title meta element for nodes).
* Issue #2040209 by WebEvt: CSS is truncated when aggregation is turned on.David Rothstein2013-12-25
|
* Issue #310315 by superspring, justafish, naxoc, Waltemath | fonant: ↵David Rothstein2013-12-25
| | | | drupal_wrap_mail() strips trailing blanks from standard hyphen-hyphen-space-newline e-mail signature separator.
* Issue #2064667 by kboopathi | Charles Belov: PHP Filter has a broken link to ↵David Rothstein2013-12-25
| | | | "Example PHP snippets" within help.
* Issue #1679660 by rhm50, amontero, billk2, valthebald | bagvendt: Add link ↵David Rothstein2013-12-25
| | | | to cron tutorial on drupal.org.
* Issue #2056363 by yched, Sweetchuck, chx: INSERT INTO table SELECT * FROM ↵David Rothstein2013-12-25
| | | | ... not supported.
* Issue #1815886 by bojanz, slashrsm | torgosPizza: Change the database schema ↵David Rothstein2013-12-25
| | | | to allow Drupal core to manage files larger than 4 GB.
* Issue #1683794 by JacobSanford, somepal, Caligan: Fix docs for ↵Jennifer Hodgdon2013-12-20
| | | | user_block_user_action() function