summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
...
* | Issue #843114 by sun, quicksketch, Berdir | c960657: Fixed ↵David Rothstein2012-12-08
| | | | | | | | DatabaseConnection::__construct() and DatabaseConnection_mysql()::__construct() leaks $this (Too many connections).
* | Issue #1494676 by Liam Morland, cam8001: Removed unused variable ↵David Rothstein2012-12-08
| | | | | | | | $http_protocol in drupal_settings_initialize().
* | Issue #1851886 by Albert Volkman: Fix up documentation for cache_set() functionJennifer Hodgdon2012-12-07
| |
* | Issue #1853050 by Jerenus: Fix up docs for drupal_send_headers()Jennifer Hodgdon2012-12-06
| |
* | Issue #1853574 by Albert Volkman: Fix spelling error in drupal_mail_system() ↵Jennifer Hodgdon2012-12-04
| | | | | | | | docs
* | Issue #1787876 by Albert Volkman, cirage, BrockBoland: Add return docs for ↵Jennifer Hodgdon2012-12-04
| | | | | | | | drupal_get_token() function
* | Issue #1851538 by willkaxu: Fix docs typo in cache.incJennifer Hodgdon2012-11-28
| |
* | Issue #1837840 by amontero, tstoeckler: Add clarification to l() docs as to ↵Jennifer Hodgdon2012-11-13
| | | | | | | | when to use t() instead
* | Issue #1492378 by kbasarab: follow-up docs correction on autocomplete pathsJennifer Hodgdon2012-11-10
|/
* Back to 7.x-devDavid Rothstein2012-11-07
|
* Drupal 7.17David Rothstein2012-11-07
|
* Issue #1821024 by scuts, mjonesdinero: Fix up docs for drupal_add_jsJennifer Hodgdon2012-11-07
|
* Rolled back issue #1542186 (PHP 5.4 'Illegal string offset' warning when ↵David Rothstein2012-11-05
| | | | installing on SQLite), since the fix was broken.
* Issue #1436814 by gary4gar, kid_icarus, netol, webchick, droplet, andypost: ↵David Rothstein2012-11-04
| | | | Fixed Fast 404 'Not found' pages are missing a doctype.
* Issue #1809836 by danillonunes: Fixed theme_item_list() is broken when ↵David Rothstein2012-11-04
| | | | 'items' variable is an associative array.
* Issue #1785436 by Boobaa: Fixed Submission of #required elements without ↵David Rothstein2012-11-04
| | | | #title and empty value does not display any error.
* Issue #1414510 by andypost, Spleshka, perelman.yuval, tim.plunkett: Fixed ↵David Rothstein2012-11-04
| | | | Remove drupal_reset_static() for drupal_html_id() when form validation fails.
* Merge branch '7.15-security' into 7.xDavid Rothstein2012-10-17
|\
| * Drupal 7.16.David Rothstein2012-10-17
| |
* | Revert "Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, ↵webchick2012-10-16
| | | | | | | | | | | | | | | | Everett Zufelt, mgifford: Fixed Vertical tabs header and container rendered even when no vertical tabs." Concerns raised in http://drupal.org/node/1742438#comment-6609888 that this breaks backwards compatibility. This reverts commit d462cafd50d5f7cbaab61f2cd271e3a5bc1df718.
* | Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, Everett ↵webchick2012-10-11
| | | | | | | | Zufelt, mgifford: Fixed Vertical tabs header and container rendered even when no vertical tabs.
* | Issue #1803194 by alextataurov: Add return docs for module_hook_info() functionJennifer Hodgdon2012-10-11
| |
* | Issue #1317626 by Albert Volkman: More API docs cleanup for includes H-M filesJennifer Hodgdon2012-10-10
| |
* | Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
| |
* | Issue #1802760 by mkadin, peterx: Document that menu_get_item() can return FALSEJennifer Hodgdon2012-10-10
| |
* | Issue #1134088 by Cottser, catch: Properly document update-api functionsJennifer Hodgdon2012-10-09
| |
* | Issue #1382222 by Albert Volkman: API docs cleanup for file transfer functionsJennifer Hodgdon2012-10-09
| |
* | Issue #1492378 by tim.plunkett, scottalan, xjm: Document how to use slashes ↵Jennifer Hodgdon2012-10-08
| | | | | | | | in autocompletes
* | Issue #1317626 by Albert Volkman, xjm: Clean up API docs for include files H-MJennifer Hodgdon2012-10-04
| |
* | Issue #1575790 by greg.1.anderson, sun, tim.plunkett, superhenne: Fixed ↵webchick2012-09-30
| | | | | | | | Update #7002 fails on postgres - ILIKE operator on bytea not supported.
* | Issue #863428 by Albert Volkman: Clean-up of cache constant documentationJennifer Hodgdon2012-09-25
| |
* | Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
| |
* | Issue #1722244 by Albert Volkman, edb: Add return docs for ↵Jennifer Hodgdon2012-09-17
| | | | | | | | drupal_get_destination function
* | Issue #1773032 by Jorrit: Fixed Non-standard and pointless name attribute ↵David Rothstein2012-09-15
| | | | | | | | added to Content-Type header.
* | Issue #1739808 by Berdir, salvis | GrzegorzNowak: Fixed Notice: Undefined ↵David Rothstein2012-09-15
| | | | | | | | index: file in DatabaseLog->findCaller().
* | Issue #1239410 by cangeceiro, swentel, jbrown: Fixed watchdog() should use ↵David Rothstein2012-09-15
| | | | | | | | php's time() to log time of event.
* | Issue #863428 by Albert Volkman, Mile23: Fix up documentation for block ↵Jennifer Hodgdon2012-09-14
| | | | | | | | cache constants
* | Issue #1783348 by jfhovinne: Fix syntax in format_plural exampleJennifer Hodgdon2012-09-13
| |
* | Issue #1704422 by sun, dcam: Fixed Error level constants cannot be used in ↵webchick2012-09-13
| | | | | | | | settings.php.
* | Issue #1739592 by Albert Volkman, andy.hails, dawehner: Add return docs to a ↵Jennifer Hodgdon2012-09-12
| | | | | | | | couple of functions
* | Issue #262690 by Albert Volkman: Use correct name for Form API not Forms APIJennifer Hodgdon2012-09-11
| |
* | Issue #1779120 by TravisCarden: Improve documentation of l functionJennifer Hodgdon2012-09-11
| |
* | Issue #699604 by cam8001, nmudgal: Use file name for links to form API ↵Jennifer Hodgdon2012-09-04
| | | | | | | | reference instead of full URL
* | Issue #1765918 by TravisCarden: Fix docs for drupal_get_messages functionJennifer Hodgdon2012-09-04
| |
* | Issue #7881 by mikeytown2, effulgentsia, gwynnebaer, Patrizio, sylus, ↵webchick2012-09-01
| | | | | | | | pwolanin, David_Rothstein: Add support to drupal_http_request() for proxy servers.
* | Issue #1164682 by mgifford, good_man, mvc, clemens.tolboom, sxnc, ↵webchick2012-09-01
| | | | | | | | lazysoundsystem: Fixed Switch language links need language identifier.
* | Issue #1706926 by Ivan Zugec, eddie_c: Fix docs for theme_tableselect to ↵Jennifer Hodgdon2012-08-29
| | | | | | | | have working code example
* | Issue #171267 by tim.plunkett, chx, NROTC_Webmaster, dcam: Fixed form ↵David Rothstein2012-08-29
| | | | | | | | redirects removes get variables like sort and order.
* | Issue #1751612 by junedkazi: fix link formatting in documentationJennifer Hodgdon2012-08-27
| |
* | Issue #1018324 by Albert Volkman, webbykat, disasm, jhr, jorap: Fix up ↵Jennifer Hodgdon2012-08-24
| | | | | | | | documentation for multisite