summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Issue #2174551 by David_Rothstein, mikeytown2, hswong3i: ↵David Rothstein2014-01-31
| | | | | | | | Taxonomy_update_7011 runs out of memory.
* | Issue #1999074 by adaminnes, sarahdavies: Fix formatting at end of Form ↵Jennifer Hodgdon2014-01-30
| | | | | | | | Builder topic docs
* | Issue #2031755 by mpv: Fix documentation of theme_checkbox()Jennifer Hodgdon2014-01-30
| |
* | Issue #2107231 by valderama: Fix documentation for hook_delete()Jennifer Hodgdon2014-01-30
| |
* | Issue #2164597 by longwave, StephaneQ, emok: Fix up docs for ↵Jennifer Hodgdon2014-01-23
| | | | | | | | drupal_render_children()
* | Issue #2158383 by laurii, joachim: Fix documentation of return value in ↵Jennifer Hodgdon2014-01-23
| | | | | | | | user_role_permissions
* | Merge tag '7.26' into 7.xDavid Rothstein2014-01-15
|\| | | | | | | | | | | | | | | 7.26 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.26David Rothstein2014-01-15
| |
* | Issue #2164179 by StephaneQ: Fix links to extenders in Database API topic pageJennifer Hodgdon2014-01-10
| |
* | Back to 7.x-devDavid Rothstein2014-01-02
|/
* Drupal 7.25David Rothstein2014-01-02
|
* Fix broken function docblock in system.install.David Rothstein2014-01-02
|
* Grammar consistency fix in CHANGELOG.txt.David Rothstein2013-12-30
|
* Add standard information to CHANGELOG.txt in preparation for Drupal 7.25.David Rothstein2013-12-30
|
* Added link to the change notification for the new Statistics module feature ↵David Rothstein2013-12-30
| | | | from issue #1209532.
* 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 #1182374 by lyricnz, sivaji, brianV: Code style fixes for ↵David Rothstein2013-12-30
| | | | includes/filetransfer.
* 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 #1760330 by s.Daniel, David_Rothstein, jfhovinne: Hide vulnerable ↵David Rothstein2013-12-30
| | | | drupal install.php sites from search engines.
* Issue #805236 by merrillholt, ekl1773, marcingy, sun, catch: Cache the query ↵David Rothstein2013-12-30
| | | | in menu_local_tasks().
* Issue #1252206 by sivaji, droplet, kid_icarus, Bojhan: Remove checkbox spacing.David Rothstein2013-12-30
|
* Issue #937284 by chx, chrisdolby, deviantintegral, Berdir, tim.plunkett | ↵David Rothstein2013-12-30
| | | | hefox: DEADLOCK errors on MergeQuery INSERT due to InnoDB gap locking when condition in SELECT ... FOR UPDATE results in 0 rows.
* Issue #1201088 by crazyrohila, pjcdawkins, eiriksm, Zgear, barbi | alxsvdr: ↵David Rothstein2013-12-30
| | | | Drupal_environment_initialize() passes wrong ini_set parameter.
* Issue #1798066 by boztek, dcam, larowlan | Anonymous: Clean up ↵David Rothstein2013-12-30
| | | | CommentTestBase::setCommentSettings().
* Issue #1480734 by kotnik: Useless require_once file in st().David Rothstein2013-12-30
|
* 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 #2018791 by droplet | gagarine: States.js is not compatible with ↵David Rothstein2013-12-29
| | | | jquery +1.6.1 because it use $.attr in the wrong way.
* 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.
* Remove issue #1289336 from CHANGELOG.txt for now, since it was causing test ↵David Rothstein2013-12-27
| | | | failures.
* 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 #1269166 by mgifford | hass: PRE tags (and other similar tags) have ↵David Rothstein2013-12-27
| | | | unreadable small font-size in Bartik.
* Issue #2078917 by sun: E-mails contain double spaces in soft-wrapped sentences.David Rothstein2013-12-27
|
* Issue #1504522 by rahulbile, Chi: Strict warning: Only variables should be ↵David Rothstein2013-12-27
| | | | passed by reference in update_results_page().
* Add issue #1289336 to CHANGELOG.txt.David Rothstein2013-12-27
|
* 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.