summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue #993186 by joshi.rohit100, moshe weitzman | webchick: Node access ↵David Rothstein2014-09-01
| | | | rebuilds should go newest to oldest (fix for direct node access rebuilds only, not rebuilds done via a batch).
* Issue #2324083 by er.pushpinderrana, martin_q: Fix up description of return ↵Jennifer Hodgdon2014-08-20
| | | | value from drupal_array_get_nested_value()
* Issue #2318981 by grisendo: Make hook_node_grants and ↵Jennifer Hodgdon2014-08-11
| | | | hook_node_access_records sample function bodies consistent
* Merge tag '7.31' into 7.xDavid Rothstein2014-08-06
|\ | | | | | | | | | | | | | | 7.31 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.31David Rothstein2014-08-06
| |
* | Issue #2309687 by eriksm: Fix typo in docs for verbose test class methodJennifer Hodgdon2014-07-30
| |
* | Issue #2309549 by Bevan, er.pushpinderrana: Fix incorrect documentation of ↵Jennifer Hodgdon2014-07-29
| | | | | | | | node-type-specific hooks
* | Issue #1261846 by catch, dawehner, brianV, Berdir, sun, xjm, ↵Jennifer Hodgdon2014-07-24
| | | | | | | | sandipmkhairnar, marvil07, chrisjlee, Cottser, amitgoyal, Elijah Lynn, er.pushpinderrana: Document 1 MB cache limit in cache functions
* | Back to 7.x-devDavid Rothstein2014-07-24
|/
* Drupal 7.30David Rothstein2014-07-24
|
* Add standard info to CHANGELOG.txt in preparation for the Drupal 7.30 release.David Rothstein2014-07-24
|
* Issue #2305017 by David_Rothstein, pwolanin | beech: Fixed Regression: Files ↵David Rothstein2014-07-24
| | | | or images attached to certain core and non-core entities are lost when the entity is edited and saved.
* Issue #2249025 by xjm, clintrandall777@gmail.com: Update Security topic ↵David Rothstein2014-07-24
| | | | coordinators section in MAINTAINERS.txt.
* Issue #2012468 by joshi.rohit100, blueminds, David_Rothstein, plach | catch: ↵David Rothstein2014-07-24
| | | | Add trusted roles recommendation to 'access site reports'.
* Merge tag '7.29' into 7.xDavid Rothstein2014-07-16
|\ | | | | | | | | | | | | 7.29 release Conflicts: includes/bootstrap.inc
| * Drupal 7.29David Rothstein2014-07-16
| |
* | Issue #1369822 by amitgoyal, Cottser, er.pushpinderrana: Fix docs for ↵Jennifer Hodgdon2014-07-15
| | | | | | | | template_preprocess_user_profile()
* | Issue #2267411 by er.pushpinderrana, amitgoyal, klausi, David_Rothstein: ↵Jennifer Hodgdon2014-07-15
| | | | | | | | Document that field_access() does not check entity access
* | Issue #2098129 by er.pushpinderrana, drupal_sensei, Berdir, joachim: Fix ↵Jennifer Hodgdon2014-07-15
| | | | | | | | docs for DrupalDefaultEntityController entityCache variable
* | Issue #2054189 by ShaunDychko, pc-wurm, joachim: Fix docs for ↵Jennifer Hodgdon2014-07-15
| | | | | | | | field_info_instance()
* | Issue #2141221 by joshi.rohit100, dcam, thedavidmeister, joachim, anemes: ↵Jennifer Hodgdon2014-06-27
| | | | | | | | Add docs to hook_update_N() about sandbox parameter
* | Issue #2039449 by joshi.rohit100, joachim, lokapujya, Jalandhar, paulh, ↵Jennifer Hodgdon2014-06-25
| | | | | | | | yaworsk: Fix up docs for assertField and assertNoField methods
* | Issue #2290435 by PQ: Fix broken link in robots.txt fileJennifer Hodgdon2014-06-25
| |
* | Issue #1956782 by joshi.rohit100, bdimaggio, tanmayk, chertzog: Document ↵Jennifer Hodgdon2014-06-25
| | | | | | | | parameter to xmlrpc_server()
* | Issue #2263047 by joshi.rohit100, lostkangaroo, sachin_s, martin107: Fix up ↵Jennifer Hodgdon2014-06-18
| | | | | | | | hook_help docs and move to system module
* | Issue #2277623 by mparker17: Fix up docs for drupal_parse_url functionJennifer Hodgdon2014-06-13
| |
* | Issue #2248799 by amitgoyal, c31ck, Wim Leers: Fix docs for system_sort_themesJennifer Hodgdon2014-06-13
| |
* | Issue #2267159 by juampy, xjm, alexpott: Remove nonexistent parameter from ↵Jennifer Hodgdon2014-06-13
| | | | | | | | DrupalWebtestCase::assertNoLink docs
* | Issue #2273337 by vegantriathlete, ducktape, joachim: Fix up docs for ↵Jennifer Hodgdon2014-06-06
| | | | | | | | db_add_field and related functions
* | Issue #2276469 by decibel.places: Fixed robots.txt syntax checking link broken.“webchick”2014-06-01
| |
* | Issue #2268947 by sachin_s, joachim: Add note to ↵Jennifer Hodgdon2014-05-28
| | | | | | | | hook_field_formatter_settings_form() about when it is invoked
* | Back to 7.x-devDavid Rothstein2014-05-08
|/
* Drupal 7.28David Rothstein2014-05-08
|
* Issue #2048395 by filijonka: Fix up group/topic membership for field hooksJennifer Hodgdon2014-05-07
|
* Issue #2259361 by jweowu, David_Rothstein: Document that ↵Jennifer Hodgdon2014-05-07
| | | | db_query_temporary() only works on SELECT queries
* Added standard information to CHANGELOG.txt in preparation for the Drupal ↵David Rothstein2014-05-06
| | | | 7.28 release.
* Issue #2245331 by bendikrb: Use of reserved word in ajax.js breaks IE8.David Rothstein2014-05-06
|
* Issue #952394 by xjm, webchick, sun, catch | yettyn: "No available releases ↵David Rothstein2014-05-06
| | | | found" - fetching update information exceeds timeout.
* Issue #2143461 by Sneakyvv: drupal_get_query_array() does not work correctly ↵David Rothstein2014-05-06
| | | | if a query parameter contains an equals sign.
* Issue #1522348 by seanB, jenlampton | Adam S: Notice: getimagesize read ↵David Rothstein2014-05-06
| | | | error in image_gd_get_info().
* Issue #1525176 by klausi, amateescu, David_Rothstein, dlu, goldenboy, ↵David Rothstein2014-05-06
| | | | lucascaro, naveko, Georgique, webchick: Using array_diff_assoc() for multilevel arrays in DrupalDefaultEntityController->cacheGet().
* Issue #1788060 by BarisW, swentel, dcam | hass: Translatable string <Hidden> ↵David Rothstein2014-05-06
| | | | cannot imported if translated.
* Issue #1200478 by mitron, pounard, David_Rothstein | nicholasThompson: ↵David Rothstein2014-05-06
| | | | Incorrect setting of the 'class' attribute to a string in the Comment module (could cause fatal errors under rare conditions).
* Issue #1300920 by salvis, DamienMcKenna, mkadin, idflood, pjcdawkins, ↵David Rothstein2014-05-05
| | | | lyricnz, greggles, Niklas Fiekas, gumanist | Dave Reid: The [node:summary] token does not output anything for body fields without a manual summary.
* Issue #1868972 by jweowu, DanChadwick: Db_query_temporary() fails to create ↵David Rothstein2014-05-05
| | | | a table when the SQL has leading whitespace.
* Issue #1191660 by ParisLiakos, Jon_B: Add Tag to Filter Query in ↵David Rothstein2014-05-05
| | | | admin/content/node.
* Issue #1790298 by nagba, pwolanin: Unindexed query in aggregator module.David Rothstein2014-05-05
|
* Issue #2161955 by wiifm, mikeytown2, dawehner: Remove get_extension_funcs() ↵David Rothstein2014-05-05
| | | | call to improve HHVM compatibility .
* Issue #1468686 by ordermind, paranojik, andrewbelcher, xps, Georgique, ↵David Rothstein2014-05-05
| | | | rlmumford, gapple, dsdeiz, tim.plunkett: File_field_widget_submit(), file.field.inc was using the wrong parent key.
* Issue #2182315 by joachim: Simpletest verbose output doesn't show end result ↵David Rothstein2014-05-05
| | | | of a drupalPostAjaxForm().