drupal/includes
David Rothstein 46cf23289a Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings values because list_themes() has inconsistent theme object data. 2012-06-28 00:49:18 -04:00
..
database Issue #1602112 by ryanissamson, bgano: Add return docs to startTransaction method 2012-05-30 15:05:50 -07:00
filetransfer Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
actions.inc Issue #1315886 by xjm, jhodgdon: Clean up API docs for includes directory, files starting with A-C. 2012-01-21 09:15:15 -08:00
ajax.inc Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace. 2012-01-21 11:09:14 -08:00
archiver.inc Issue #1326482 by ryanissamson: Clean up minor code style issues in archiver.inc. 2012-01-31 02:52:56 -08:00
authorize.inc Issue #1315886 by xjm, jhodgdon: Clean up API docs for includes directory, files starting with A-C. 2012-01-21 09:15:15 -08:00
batch.inc Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace. 2012-01-21 11:09:14 -08:00
batch.queue.inc Issue #1315886 by xjm, jhodgdon: Clean up API docs for includes directory, files starting with A-C. 2012-01-21 09:15:15 -08:00
bootstrap.inc Issue #1576300 by pwolanin: Fixed trim() expects parameter 1 to be string, array given in request_path() (line 2732 of bootstrap.inc). 2012-05-25 00:12:32 -04:00
cache-install.inc Issue #1315886 by xjm, jhodgdon: Clean up API docs for includes directory, files starting with A-C. 2012-01-21 09:15:15 -08:00
cache.inc Issue #1015946 by pillarsdotnet, catch, bfroehle, Jej, jose.guevara, Damien Tournoud: Fixed Eliminate ->cache and {session}.cache in favor of ['cache_expiration()'][]. 2012-04-12 00:26:05 -07:00
common.inc Issue #1619084 by kiamlaluno: Update documentation for drupal_render to reflect current function code 2012-06-26 09:37:46 -07:00
date.inc Issue #1317620 by xjm, Albert Volkman: Fix up API docs for includes directory files d-g 2012-03-12 08:05:51 -07:00
entity.inc Issue #1490150 by xjm, duellj, tim.plunkett: Fixed EntityFieldQuery::pager(0) generates PHP error 'divide by zero'. 2012-04-28 23:11:57 -07:00
errors.inc Issue #1587858 by apotek: Fixed AJAX alert dialogs respect neither display_errors ini.php setting or $conf['error_level'] setting, exposing server info. 2012-06-23 14:57:48 -04:00
file.inc Merge branch '7.12-security' into 7.x 2012-05-02 15:04:41 -07:00
file.mimetypes.inc Issue #1290486 by arthurf: File.mimetypes needs entry for m4v. 2011-09-30 12:56:41 -07:00
form.inc Issue #1591726 by sun, tim.plunkett: Fixed Missing form_id, form_build_id, and form_token when using custom #parents and #tree = TRUE on $form itself. 2012-06-12 10:32:30 -04:00
graph.inc Issue #1503184 by aspilicious, Rob Loach, cweagans, Dave.Ingram: Make Graph.inc documentation clearer. 2012-06-04 00:37:12 -04:00
image.inc Issue #1338428 by jbrown, BTMash, Tor Arne Thune: Fixed image_dimensions_scale() and image_scale_effect() are ungrokable and buggy. 2011-12-24 18:00:17 -08:00
install.core.inc Issue #1198398 by jm@bellcom.dk, AllRob: Fixed Timezone selected on install not correctly saved to admin user account. 2011-11-24 13:26:10 -08:00
install.inc Issue #951644 by catch, David_Rothstein, aschiwi, xjm: Fixed Requirement warnings (e.g. for PHP memory limit) are not shown on install or update unless there is a requirement error also. 2011-11-07 22:40:10 -08:00
iso.inc Issue #1313342 by CrookedNumber, RaulMuroc, Yuri: Fixed Curacao should appear in standard_country_list(). 2011-11-19 16:40:29 -06:00
json-encode.inc Issue #479368 by Heine, Roger Saner, xjm, mcarbone, keichee, asimmonds: Fixed Create RFC compliant HTML safe JSON. 2011-12-11 00:18:13 -06:00
language.inc Issue #1314384 by Pol, Gábor Hojtsy, oriol_e9g, plach: Added Remember the provider that selected the language for later use. 2012-03-01 20:56:48 -08:00
locale.inc Issue #1572394 by attiks, Sweetchuck: Fixed Language detection by domain only works on port 80. 2012-06-09 16:16:19 -04:00
lock.inc - Patch #1216886 by pounard: _lock_id() shouldn't use drupal_static(), any cache clear would potentially make locks stall. 2011-07-31 23:34:22 -04:00
mail.inc Issue #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), allow hook_mail_alter() implementation to cancel mail. 2012-01-21 10:24:52 -08:00
menu.inc Issue #261148 follow-up by mikeytown2, chx: Fixed menu_masks() variable is empty (race condition). 2012-04-28 23:52:09 -07:00
module.inc Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings values because list_themes() has inconsistent theme object data. 2012-06-28 00:49:18 -04:00
pager.inc Issue #41595 by pillarsdotnet, sun, m3avrck, oadaeh, yched, musicnode | Wesley Tanaka: Fixed All pager links have an 'active' CSS class. 2012-03-13 12:47:23 -07:00
password.inc Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace. 2012-01-21 11:09:14 -08:00
path.inc Issue #998256 by justafish, Albert Volkman, Dave Reid, no_commit_credit: Please let modules know about the original URL alias in hook_path_update(). 2012-02-28 23:53:31 -08:00
registry.inc Issue #1372122 by klausi, sun, beejeebus, juampy, mradcliffe, tim.plunkett, cha0s: Fixed STOP the registry integrity constraint violation nightmare. 2012-04-28 23:39:22 -07:00
session.inc Issue #1050746 by grendzy, xjm, Everett Zufelt: Fixed HTTPS sessions not working in all cases. 2012-03-23 01:00:20 -06:00
stream_wrappers.inc Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
tablesort.inc Issue #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: fix isset regression in tablesort, add tests, and cleanup theme_process_registry(). 2011-04-10 16:26:08 -07:00
theme.inc Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings values because list_themes() has inconsistent theme object data. 2012-06-28 00:49:18 -04:00
theme.maintenance.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
token.inc - Patch #1346166 by Dave Reid: Improve performance of token_replace() if there are no tokens to replace. 2012-01-24 20:18:44 -05:00
unicode.entities.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
unicode.inc Issue #1446372 by Heine, bserem, champlin: Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails with PCRE 8.30. 2012-02-28 10:19:00 -08:00
update.inc Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks 2012-05-23 12:25:30 -07:00
updater.inc - Patch #1423510 by oriol_e9g: undefined var in prepareInstallDirectory. 2012-02-02 11:20:43 -05:00
utility.inc - Patch #1476776 by droplet: drupal_var_export() is a concatination to undefined variable . 2012-03-10 08:10:04 -05:00
xmlrpc.inc Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace. 2012-01-21 11:09:14 -08:00
xmlrpcs.inc Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace. 2012-01-21 11:09:14 -08:00