Commit Graph

16291 Commits (b6d84a81aa5ab264076cfccc789915fe98113798)

Author SHA1 Message Date
David Rothstein 031c13e7af Grammar consistency fix in CHANGELOG.txt. 2013-12-30 22:47:58 -05:00
David Rothstein 8ef1386c29 Add standard information to CHANGELOG.txt in preparation for Drupal 7.25. 2013-12-30 20:28:36 -05:00
David Rothstein 5a10f6f5f4 Added link to the change notification for the new Statistics module feature from issue #1209532. 2013-12-30 20:27:24 -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 427ae621af Issue #1182374 by lyricnz, sivaji, brianV: Code style fixes for includes/filetransfer. 2013-12-30 19:05:15 -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 cb7127c514 Issue #1760330 by s.Daniel, David_Rothstein, jfhovinne: Hide vulnerable drupal install.php sites from search engines. 2013-12-30 18:37:43 -05:00
David Rothstein aa6235c3c3 Issue #805236 by merrillholt, ekl1773, marcingy, sun, catch: Cache the query in menu_local_tasks(). 2013-12-30 17:57:55 -05:00
David Rothstein 67ad400f5d Issue #1252206 by sivaji, droplet, kid_icarus, Bojhan: Remove checkbox spacing. 2013-12-30 17:33:59 -05:00
David Rothstein 70e0b16715 Issue #937284 by chx, chrisdolby, deviantintegral, Berdir, tim.plunkett | hefox: DEADLOCK errors on MergeQuery INSERT due to InnoDB gap locking when condition in SELECT ... FOR UPDATE results in 0 rows. 2013-12-30 17:23:37 -05:00
David Rothstein ddba1d97c7 Issue #1201088 by crazyrohila, pjcdawkins, eiriksm, Zgear, barbi | alxsvdr: Drupal_environment_initialize() passes wrong ini_set parameter. 2013-12-30 16:29: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 4ed2cfc39e Issue #1480734 by kotnik: Useless require_once file in st(). 2013-12-30 15:19:44 -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 f362e6ae18 Issue #2018791 by droplet | gagarine: States.js is not compatible with jquery +1.6.1 because it use $.attr in the wrong way. 2013-12-29 17:16:12 -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 97ba84ca65 Remove issue #1289336 from CHANGELOG.txt for now, since it was causing test failures. 2013-12-27 17:24:51 -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 a009ee6786 Issue #1269166 by mgifford | hass: PRE tags (and other similar tags) have unreadable small font-size in Bartik. 2013-12-27 16:39:51 -05:00
David Rothstein 273c78ded2 Issue #2078917 by sun: E-mails contain double spaces in soft-wrapped sentences. 2013-12-27 16:30:03 -05:00
David Rothstein bb746492d2 Issue #1504522 by rahulbile, Chi: Strict warning: Only variables should be passed by reference in update_results_page(). 2013-12-27 16:23:50 -05:00
David Rothstein 663d464a4e Add issue #1289336 to CHANGELOG.txt. 2013-12-27 16:15:24 -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 08c95382f7 Issue #1982020 by Fabianx, FreekyMage, Cottser: Add static caching to drupal_html_class(). 2013-12-25 18:25:43 -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 76bc39ec84 Issue #1414368 by coolestdude1, Dave Reid: Drupal_http_request does not handle basic auth correctly when dealing with blank passwords. 2013-12-25 15:51:29 -05:00