summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue #1890754 by Berdir, pwolanin, tim.plunkett: [Tests] Private Images ↵David Rothstein2013-03-04
| | | | visible by url.
* Issue #1932354 by Alexander Pyle: Fix up documentation for image_scale()Jennifer Hodgdon2013-03-04
|
* 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 #1908192 by mitron: Document what happens in drupal_get_filename() if ↵Jennifer Hodgdon2013-02-11
| | | | | | | | the file is not found
* | Issue #1908194 by richard.c.allen2386: Document what happens in ↵Jennifer Hodgdon2013-02-11
| | | | | | | | drupal_get_path if the file is not found
* | 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
| |
* | Add issue #1879022 to CHANGELOG.txt.David Rothstein2013-01-27
| |
* | Issue #1879022 by omegamonk: Fixed Enforced dependencies errors updating to ↵David Rothstein2013-01-27
| | | | | | | | recent versions of Drupal 7.
* | Minor wording change in CHANGELOG.txt.David Rothstein2013-01-27
| |
* | Add note to CHANGELOG.txt pointing to the change notification for the ↵David Rothstein2013-01-27
| | | | | | | | _field_info_collate_fields() memory usage commit.
* | 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
* | Issue #1894850 by ben.bunk: Fix typo in code example in ↵Jennifer Hodgdon2013-01-21
| | | | | | | | drupal_prerender_links docs
* | Issue #1875858 by j.slemmer, cck: Fix documentation for a couple of menu hooksJennifer Hodgdon2013-01-19
| |
* | Merge branch '7.18-security' into 7.xDavid Rothstein2013-01-16
|\|
| * Drupal 7.19David Rothstein2013-01-16
| |
* | Issue #1317628 by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean ↵Jennifer Hodgdon2013-01-16
| | | | | | | | up API docs for include files n-z
* | Issue #1888454 by kiamlaluno: Remove irrelevant information from ↵Jennifer Hodgdon2013-01-16
| | | | | | | | form_process_vertical_tabs() documentation
* | Issue #1807556 by Albert Volkman, Lars Toomre: API docs fixup for Aggregator ↵Jennifer Hodgdon2013-01-10
| | | | | | | | module
* | Issue #1807688 by Albert Volkman, Lars Toomre: API docs fixes for Book moduleJennifer Hodgdon2013-01-10
| |
* | Issue #1156576 by pixelite, Ryan Weal, jhodgdon, plach, Albert Volkman: ↵Jennifer Hodgdon2013-01-10
| | | | | | | | Better documentation for language negotiation
* | Issue #1851788 by cck, blake.thompson: Add docs for hook_menu for expanded ↵Jennifer Hodgdon2013-01-08
| | | | | | | | property
* | Issue #1870612 by David_Rothstein, plach, greggles: Add tests for ↵David Rothstein2013-01-07
| | | | | | | | SA-CORE-2012-004 - Drupal core - Arbitrary code execution via file upload.
* | Issue #1565322 by Jorrit: Fixed Notice in locale_languages_edit_form_validate().David Rothstein2013-01-07
| |
* | Issue #1857956 by catch, David_Rothstein: Do not re-prepare comment update ↵David Rothstein2013-01-07
| | | | | | | | timestamp if it's the same as the created timestamp (performance improvement).
* | Issue #1815930 by slashrsm, gbrands, amontero: Fixed Update watchdog message ↵David Rothstein2013-01-07
| | | | | | | | in file_unmanaged_copy() with correct string/variable replacement values.
* | Issue #1143460 by WorldFallz, Dave Reid, colette, typhonius, David_Rothstein ↵David Rothstein2013-01-07
| | | | | | | | | localhost: Fixed hook_file_download_access_alter() missing entity argument (by allowing an additional context argument to be passed to drupal_alter()).
* | Issue #1862198 by plopesc: Make it clearer where to find placeholder docs for tJennifer Hodgdon2013-01-04
| |
* | Issue #1873608 by David_Rothstein: Clarify documentation on when to use t vs ↵Jennifer Hodgdon2013-01-04
| | | | | | | | format_string
* | Issue #1333400 by Albert Volkman, Chi: Add parameter docs for hook_install_tasksJennifer Hodgdon2013-01-04
| |
* | Add link to change notification for comment field language fix to CHANGELOG.txt.David Rothstein2012-12-27
| |
* | Issue #1864216 by larowlan, marvin_B8: Fixed No docblock for several ↵David Rothstein2012-12-27
| | | | | | | | functions in user.module.
* | Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies with ↵David Rothstein2012-12-27
| | | | | | | | @link...@endlink.
* | Issue #1864188 by johnshortess | hefox: Fixed user_filters() invokes ↵David Rothstein2012-12-27
| | | | | | | | hook_permission() with argument 'permission' ($function('permission')).
* | Issue #1741386 by lazysoundsystem, rasmusluckow, andypost, Lars Toomre, ↵David Rothstein2012-12-27
| | | | | | | | dcam: Removing t() from asserts in simpletests in book module.
* | Issue #1534674 by plach, slowflyer: Fixed Comment field language is ↵David Rothstein2012-12-26
| | | | | | | | completely broken.
* | Issue #1874342 by erikwebb: Fixed Undefined constant STEAM_WRAPPERS_LOCAL ↵webchick2012-12-26
| | | | | | | | used in file_get_stream_wrappers() documentation.
* | Issue #1873608 by David_Rothstein: Improve documentation of format_string() ↵webchick2012-12-26
| | | | | | | | to emphasize that it is used to prepare variables for HTML display.
* | Issue #1854620 by marvin_B8, droplet: Fixed hook_menu_local_tasks_alter() ↵webchick2012-12-26
| | | | | | | | help texts.
* | Issue #1629994 by Aron Novak, oadaeh, yurtboy, jhodgdon, kingandy: Fixed ↵webchick2012-12-26
| | | | | | | | Mail functions reference obsolete RFC.