summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
...
* Issue #1693398 by donquixote, pounard, sun, Sylvain Lecoy: Allow PSR-0 test ↵David Rothstein2013-04-01
| | | | classes to be used in D7.
* Issue #1797506 by dcam, xjm, Lars Toomre, sivaji: Remove t() from assertion ↵David Rothstein2013-04-01
| | | | messages in tests for the rdf module.
* Issue #1945066 by chertzog, dcam | joachim: Fixed node_theme() doesn't ↵David Rothstein2013-04-01
| | | | declare the file for theme_node_admin_overview() .
* Issue #799356 by vijaycs85, m1n0, jaffaralia, effulgentsia: Fixed ↵David Rothstein2013-04-01
| | | | _form_set_class() is too aggressive in assigning the 'error' class.
* Issue #1229014 by bfroehle, jackbravo, illmasterc: Fixed Content-Disposition ↵David Rothstein2013-04-01
| | | | header makes private files show open/save prompts, but public files show inline.
* Issue #1821906 by Wim Leers, nod_: Allow more Field API public API functions ↵David Rothstein2013-03-30
| | | | to act on a single field within an entity.
* Issue #985642 by kiamlaluno, Berdir, Damien Tournoud, Deciphered, B-Prod, ↵David Rothstein2013-03-30
| | | | galooph, David_Rothstein, drzraf, yched: Add back field_attach_load() to file_field_update() under certain circumstances in Drupal 7.
* Issue #124689 by cck | Dio: Fixed hook_user()/hook_user_presave() ↵David Rothstein2013-03-30
| | | | documentation needs clarification on how to modify values.
* Issue #1940404 by danpros: Fix URL typo in PHP module filter tips.David Rothstein2013-03-30
|
* Issue #1096208 by zambrey, mr.baileys: Fixed PHP notices when creating menu ↵David Rothstein2013-03-30
| | | | link '#'.
* Issue #1564996 by greggles: Added Make one-time login link watchdog more ↵David Rothstein2013-03-30
| | | | useful for auditing.
* Issue #1705536 by pfrenssen: Fixed typo in docblock block_block_list_alter().David Rothstein2013-03-30
|
* Issue #1716036 by larowlan, xjm: Use range() to create option list for forum ↵David Rothstein2013-03-30
| | | | block options.
* Issue #1886876 by IRuslan, swentel: Fixed Useless variable assignment in ↵David Rothstein2013-03-30
| | | | node_feed().
* Issue #1035292 by Désiré, vijaycs85, wizonesolutions, oriol_e9g, ACF, ↵David Rothstein2013-03-30
| | | | achton, darkadept: Fixed Dynamic tokens can't have spaces.
* Issue #1242602 by swentel, JvE, babruix | Chi: Fixed Notices in ↵David Rothstein2013-03-30
| | | | taxonomy_autocomplete().
* Issue #771036 by ojohansson, Albert Volkman, Gábor Hojtsy: Fixed Overlay ↵David Rothstein2013-03-30
| | | | overwrites existing target attribute.
* Issue #1429442 by Jody Lynn, mathankumarc, gnuget, nrambeck, dcam | sun: ↵David Rothstein2013-03-30
| | | | Fixed Access denied page shown after submitting form that creates a unpublished node.
* Issue #1379056 by Barrett: Fixed if more than one hook_openid() ↵David Rothstein2013-03-30
| | | | implementation returns a given parameter, the resulting value is an array and request is invalid.
* Issue #1926758 by balsama, mitron: Fix code comment in system.moduleJennifer Hodgdon2013-03-20
|
* Issue #1797514 by disasm, dicam, Gaelan, Lars Toomre: Remove t() from test ↵Jennifer Hodgdon2013-03-12
| | | | assert messages in simpletest module
* Issue #1920340 by yched: Fixed Update URL of change notification for ↵David Rothstein2013-03-10
| | | | '_field_info_collate_fields() memory usage'.
* Issue #1324058 by isay, barraponto, shameemkm: Fixed forum-rtl.css does not ↵David Rothstein2013-03-10
| | | | overide #forum div.indent from margin-left to margin-right.
* Issue #1215404 by brianV, pillarsdotnet: Fixed Remove assignment to unused ↵David Rothstein2013-03-10
| | | | variable $export_data from book_export_html() function.
* Issue #1886870 by IRuslan: Fixed Useless node_type_get_type() call in ↵David Rothstein2013-03-10
| | | | node_validate().
* Issue #1848774 by IshaDakota, kiamlaluno: Fixed search_view() initializes a ↵David Rothstein2013-03-10
| | | | variable that is never used.
* Issue #1898314 by droplet | xjm: Rename $user to $account in ↵David Rothstein2013-03-10
| | | | WebTestBase::drupalLogin().
* Issue #1751054 by borisbaldinger, Berdir, vomiand: Fixed serious ↵David Rothstein2013-03-10
| | | | documentation problem with the $name variable in taxonomy-term.tpl.php (incorrectly documented as being sanitized when in fact it is not).
* Issue #1586542 followup by andypost: Workaround for an issue where system ↵David Rothstein2013-03-10
| | | | update #7061 fails due to a memory leak and can't be run again.
* Issue #1475342 by iamEAP | Kasper Souren: Fixed D6->D7 upgrade: ↵David Rothstein2013-03-10
| | | | system_update_7007() fail.
* Issue #1827136 by amatzies, patrickd, posulliv | earnie: Add severity index ↵David Rothstein2013-03-10
| | | | to watchdog table.
* Issue #1848464 by scor | jneubert: Fixed Make RDFa markup upward compatible ↵David Rothstein2013-03-10
| | | | with RDFa 1.1.
* Merge branch '7.20-hotfix' into 7.xDavid Rothstein2013-03-06
|\ | | | | | | | | | | Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Issue #1934568 by David_Rothstein, pwolanin: Allow sites using the ↵David Rothstein2013-03-06
| | | | | | | | 'image_allow_insecure_derivatives' variable to have partial protection from the security issues fixed in Drupal 7.20.
* | Issue #1890754 by Berdir, pwolanin, tim.plunkett: [Tests] Private Images ↵David Rothstein2013-03-04
| | | | | | | | visible by url.
* | Issue #1916928 by Alexander Pyle, YesCT, twistor: Document that clickLink is ↵Jennifer Hodgdon2013-03-04
| | | | | | | | case sensitive
* | Issue #1347914 by Albert Volkman, Lars Toomre, batigolix, NROTC_Webmaster, ↵Jennifer Hodgdon2013-03-04
| | | | | | | | xjm, sven.lauer: Fix up API docs for Filter module
* | Issue #1923554 by David_Rothstein, pwolanin, mitron | alfaguru: Fixed New ↵David Rothstein2013-02-28
| | | | | | | | anti-DoS measure breaks for some file URIs.
* | Issue #1266572 by znerol, joshf: Fixed Workaround in UpdateQuery_sqlite() ↵David Rothstein2013-02-27
| | | | | | | | for affected rows count causes certain updates to be suppressed.
* | Issue #1012620 by Berdir, kbasarab, YesCT: Fixed Unique key on ↵David Rothstein2013-02-27
| | | | | | | | date_formats().(format|type) is problematic for case insensitive collations.
* | Issue #1792380 by theo_: Fixed DatabaseCondition not cloning SelectQuery ↵David Rothstein2013-02-27
| | | | | | | | value object.
* | Issue #1794012 by dcam, Crell, Lars Toomre: Remove t() from asserts in ↵Jennifer Hodgdon2013-02-26
| | | | | | | | database system tests
* | Merge tag '7.20' into 7.xDavid Rothstein2013-02-20
|\|
| * Drupal 7.20David Rothstein2013-02-20
| |
* | Issue #1889738 by andybroomfield: Add information to documentation of ↵Jennifer Hodgdon2013-01-30
| | | | | | | | hook_custom_theme
* | Issue #1397346 by Albert Volkman, kristiaanvandeneynde, larowlan, ↵Jennifer Hodgdon2013-01-30
| | | | | | | | bobbyaldol, tim-e, shiff2kl, FatGuyLaughing: Add and fix up documentation in image and node module files
* | Issue #1885000 by cck: Add link in hook_theme docs to theme layer pageJennifer Hodgdon2013-01-30
| |
* | Issue #1879022 by omegamonk: Fixed Enforced dependencies errors updating to ↵David Rothstein2013-01-27
| | | | | | | | recent versions of Drupal 7.
* | Issue #1040790 by yched, swentel, geerlingguy, justin.randell, Berdir | ↵David Rothstein2013-01-27
| | | | | | | | catch: Fixed _field_info_collate_fields() memory usage.
* | Issue #1893530 by alippai: Document that bundles element is not required for ↵Jennifer Hodgdon2013-01-21
| | | | | | | | one-bundle entities in hook_entity_info