drupal/includes
webchick ec0f197e3c Issue #1326472 by xjm: Add capitalization and periods to several inline comments in common.inc. 2011-10-31 22:03:46 -07:00
..
database - Patch #341038 by jhodgdon, kathyh, sdboyer: Docblock for DatabaseStatementInterface is a bit off. 2011-10-13 20:20:02 -04:00
filetransfer Revert "- Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__)." 2011-08-07 12:39:05 -04:00
actions.inc Issue #1278160 by tim.plunkett: Lower the logging severity level of 'orphaned actions'. 2011-09-30 13:05:03 -07:00
ajax.inc Issue #561858 follow-up by effulgentsia, sun: Add tests for AJAX framework lazy-load feature. 2011-10-29 12:50:43 -07:00
archiver.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
authorize.inc Issue #1049462 by rfay: Fixed Usage of deprecated form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons. 2011-06-29 23:16:35 -07:00
batch.inc - Patch #1089472 by janusman, David_Rothstein: batch API finishes when >99.5% of items have been processed. 2011-06-11 19:21:17 -04:00
batch.queue.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
bootstrap.inc Issue #673020 follow-up by attiks: Critical fix to Content-Language HTTP header to not cause issues with Drush. 2011-10-27 08:16:41 -07:00
cache-install.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
cache.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
common.inc Issue #1326472 by xjm: Add capitalization and periods to several inline comments in common.inc. 2011-10-31 22:03:46 -07:00
date.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
entity.inc Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
errors.inc Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
file.inc - Patch #1201024 by pillarsdotnet: drupal_realpath() should describe when it should be used. 2011-09-25 11:45:20 +02: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 #570314 follow-up by jhodgdon, Mac_Weber: Fixed form_set_value() documentation needs more detail. 2011-10-24 20:07:48 -07:00
graph.inc - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -04:00
image.inc Issue #1129642 by jbrown: Fixed Populate HTML image tags with dimension attributes (like D6 imagefield) without re-introducing I/O (followup). 2011-10-17 10:29:35 -07:00
install.core.inc Oops. Rollback of #951644 which was accidentally committed. 2011-09-30 19:49:01 -07:00
install.inc Issue #1295502 by pillarsdotnet: Fixed Add missing '$' character to docblock for timer_start(), timer_read(), and timer_stop() functions. 2011-10-05 08:43:48 -07:00
iso.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
language.inc Issue #1096340 by plach, fietserwin, sun: Fixed Stale language types/negotation info after enabling/disabling modules. 2011-05-24 08:58:16 -07:00
locale.inc Issue #221712 by Damien Tournoud, Gábor Hojtsy, iliphil, Bodo Maass, idflood, loganfsmyth: Fixed locale_language_from_browser() doesn't parse language tags correctly, has a broken logic. 2011-10-17 09:14:30 -07: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 #1130198 by pillarsdotnet, Damien Tournoud: Fixed Regression: line-breaks are mangled by drupal_html_to_text(). 2011-06-29 22:51:13 -07:00
menu.inc Issue #1050606 by jhodgdon, bxtaylor: Fixed menu_tree_data() doc needs more detail. 2011-09-30 13:00:38 -07:00
module.inc Issue #1216758 by tim.plunkett: Add module and hook as formal parameters in module_invoke(). 2011-09-05 11:11:17 -07:00
pager.inc Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
password.inc Issue #1203852 by pwolanin: Changed Increase hashing iterations for more secure password hashes. 2011-07-03 10:52:52 -07:00
path.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
registry.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
session.inc Issue #825972 by daniels220, Reidsy, jhodgdon: Fixed sess_write()/sess_read() documentation should recommend instead. 2011-09-30 14:21:48 -07:00
stream_wrappers.inc - Patch #1307332 by pillarsdotnet: improve the docs for DrupalLocalStreamWrapper::getLocalPath() function. 2011-10-16 12:52:29 -04: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 #1011614 by catch, pillarsdotnet: Fixed Theme registry can grow too large for MySQL max_allowed_packet() and memcache default slab size. 2011-10-29 12:28:23 -07:00
theme.maintenance.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
token.inc - Patch #1164226 by TR: token_find_with_prefix() has typos, token.inc not up to doc standards. 2011-05-23 20:59:22 -04:00
unicode.entities.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
unicode.inc - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -04:00
update.inc Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' is not supported by all databases, must be '<>'. 2011-09-27 12:06:35 -07:00
updater.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
utility.inc Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
xmlrpc.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
xmlrpcs.inc - Patch #897140 by fgm: system.methodSignature returns incorrect and incomplete data. 2011-04-10 22:16:59 +02:00