summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* 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 #1982020 by Fabianx, FreekyMage, Cottser: Add static caching to ↵David Rothstein2013-12-25
| | | | drupal_html_class().
* 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 #1414368 by coolestdude1, Dave Reid: Drupal_http_request does not ↵David Rothstein2013-12-25
| | | | handle basic auth correctly when dealing with blank passwords.
* Issue #1346098 by benjy | joachim: Standard install profile sets a pointless ↵David Rothstein2013-12-25
| | | | $vocabulary->help.
* Issue #1679660 by rhm50, amontero, billk2, valthebald | bagvendt: Add link ↵David Rothstein2013-12-25
| | | | to cron tutorial on drupal.org.
* Issue #1399798 by nevergone, amateescu, chriscohen: Add a variable to allow ↵David Rothstein2013-12-25
| | | | the anonymous user object to not be a stdClass and to work around the fact that anonymous user properties are hardcoded.
* 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.
* Added issue #2066275 to CHANGELOG.txt.David Rothstein2013-12-25
|
* Issue #1683794 by JacobSanford, somepal, Caligan: Fix docs for ↵Jennifer Hodgdon2013-12-20
| | | | user_block_user_action() function
* Issue #1820086 by gcassie: Remove mention of drupal_session_count() from ↵webchick2013-12-10
| | | | inline documentation.
* Issue #2145077 by TR: Fix spelling errors in D7 tests and commentsJennifer Hodgdon2013-12-03
|
* Merge tag '7.24' into 7.xDavid Rothstein2013-11-20
|\ | | | | | | | | | | | | | | 7.24 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.24David Rothstein2013-11-20
| |
* | Issue #2129867 by ar-jan: Fix HTML formatting in drupal_add_js docs.Jennifer Hodgdon2013-11-20
| |
* | Issue #1665446 by sivaji, kostajh, markpavlitski: Fix documentation for ↵Jennifer Hodgdon2013-11-20
| | | | | | | | user_pass_rehash and related functions
* | Issue #2084535 by sivaji, mErilainen, tankerjoe, DanielFbrg: Fix docs for ↵Jennifer Hodgdon2013-11-20
| | | | | | | | file_copy
* | Issue #1947766 by pfrenssen: Fix docs for user_page() functionJennifer Hodgdon2013-11-11
| |
* | Issue #332518 by diego21, joachim, chriscohen: Fix up documentation for ↵Jennifer Hodgdon2013-11-11
| | | | | | | | system_settings_form().
* | Issue #1345654 by diego21, joachim: Make sure hook_field_info tells you ↵Jennifer Hodgdon2013-11-11
| | | | | | | | there are other needed hooks
* | Issue #1517032 by damiankloip, covenantd: Fix search-result.tpl.php docsJennifer Hodgdon2013-10-31
| |
* | Issue #2109957 by ar-jan, joachim: Clarify docs for hook_field_schema()Jennifer Hodgdon2013-10-17
| |
* | Issue #2105237 by StephaneQ: Remove innacurate line in stream wrapper class docsJennifer Hodgdon2013-10-15
| |
* | Issue #2046677 by drumm | tvn: Fixed Strict warning: Creating default object ↵David Rothstein2013-10-01
| | | | | | | | from empty value in template_preprocess_profile_listing().
* | Issue #2078101 by Xano: Update cpyright dateJennifer Hodgdon2013-09-12
| |
* | Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, ↵Jennifer Hodgdon2013-09-12
| | | | | | | | willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs
* | Issue #2061275 by StephaneQ, cconrad: Do not confuse hook_cron_queue_info ↵Jennifer Hodgdon2013-09-12
| | | | | | | | with hook_cron in docs
* | Issue #2062399 by kattekrab, Kartagis, effulgentsia, cafuego, Damien ↵Jennifer Hodgdon2013-09-12
| | | | | | | | Tournoud, beejeebus, Dries, cweagans, webchick: Add Percona to list of supported MySQL-like databases