.. |
actions.inc
|
- Patch #249941 by John Morahan: fixed incorrect parameters of watchdog() calls.
|
2008-04-23 18:05:58 +00:00 |
batch.inc
|
- Patch #270045 by drewish, Susurrus: clean up return values.
|
2008-06-18 03:36:24 +00:00 |
bootstrap.inc
|
- Patch #101543 by webchick: document all constants.
|
2008-05-26 17:12:55 +00:00 |
cache-install.inc
|
#164935 by Ralf Stamm: standardize CVS Id tags in files:
|
2007-08-07 08:39:36 +00:00 |
cache.inc
|
- Patch #270045 by drewish, Susurrus: clean up return values.
|
2008-06-18 03:36:24 +00:00 |
common.inc
|
- Patch #270045 by drewish, Susurrus: clean up return values.
|
2008-06-18 03:36:24 +00:00 |
common.test
|
- Patch #151902 by MadHarold et al: a better format_size() (and removed some excessive white space).
|
2008-06-09 08:11:45 +00:00 |
database.inc
|
- Added a test framework to Drupal along with a first batch of tests for
|
2008-04-20 18:24:07 +00:00 |
database.mysql-common.inc
|
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
|
2008-04-14 17:48:46 +00:00 |
database.mysql.inc
|
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
|
2008-04-14 17:48:46 +00:00 |
database.mysqli.inc
|
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
|
2008-04-14 17:48:46 +00:00 |
database.pgsql.inc
|
- Patch #256001 by bjaspan: pgsql driver does not handle unsigned numeric fields.
|
2008-05-09 19:18:11 +00:00 |
file.inc
|
- Patch #270045 by drewish, Susurrus: clean up return values.
|
2008-06-18 03:36:24 +00:00 |
form.inc
|
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
|
2008-05-06 12:18:54 +00:00 |
image.gd.inc
|
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
|
2008-04-14 17:48:46 +00:00 |
image.inc
|
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
|
2008-04-14 17:48:46 +00:00 |
install.inc
|
- Patch #101543 by webchick: document all constants.
|
2008-05-26 17:12:55 +00:00 |
install.mysql.inc
|
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
|
2008-04-14 17:48:46 +00:00 |
install.mysqli.inc
|
#194494 by Jax, slightly expanded: unify empty password handling is MySQL and MySQLi installer and runtime drivers
|
2008-01-23 09:59:29 +00:00 |
install.pgsql.inc
|
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
|
2008-04-14 17:48:46 +00:00 |
language.inc
|
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
|
2008-04-14 17:48:46 +00:00 |
locale.inc
|
- Patch #101543 by webchick: document all constants.
|
2008-05-26 17:12:55 +00:00 |
mail.inc
|
- Patch #258192 by dww: drupal_html_to_text() doesn't support <strong class='foo'>.
|
2008-05-19 19:25:24 +00:00 |
menu.inc
|
- Patch #266596 by pwolanin: menu system performance improvement.
|
2008-06-12 20:49:39 +00:00 |
module.inc
|
- Patch #256579 by justinrandell: registry performance optimizations.
|
2008-05-13 17:38:42 +00:00 |
pager.inc
|
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
|
2007-12-06 09:58:34 +00:00 |
password.inc
|
- Patch #101543 by webchick: document all constants.
|
2008-05-26 17:12:55 +00:00 |
path.inc
|
- Patch #270045 by drewish, Susurrus: clean up return values.
|
2008-06-18 03:36:24 +00:00 |
registry.inc
|
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
|
2008-05-06 12:32:02 +00:00 |
registry.test
|
- Patch #247423 by boombatower: code style fixes for the tests.
|
2008-05-30 07:30:53 +00:00 |
session.inc
|
- Patch #245504 by catch, David_Rothstein, Freso, et al: removed the throttle module from Drupal core.
|
2008-04-16 11:35:52 +00:00 |
tablesort.inc
|
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
|
2008-04-14 17:48:46 +00:00 |
theme.inc
|
- Patch #267203 by Rob Loach: attributes of theme_item_list can be deceiving. If you have a look at theme_item_list you see that the $attributes variable takes a NULL value. This makes you believe that it wants a string, rather then a full array of attributes. If you make the default parameter "array()" it will make the programmer expect to pass an array of attributes rather then a string of attributes.
|
2008-06-06 01:50:20 +00:00 |
theme.maintenance.inc
|
- Patch #251758 by Stefan, dvessel, quicksketch et al: clean up Garland's page.tpl.php.
|
2008-04-28 09:25:27 +00:00 |
unicode.inc
|
- Patch #270045 by drewish, Susurrus: clean up return values.
|
2008-06-18 03:36:24 +00:00 |
xmlrpc.inc
|
- Patch #245904 by boombatower: fixed E_NOTICE warning in the XML-RPC library.
|
2008-04-14 17:58:16 +00:00 |
xmlrpc.test
|
- Patch #151902 by MadHarold et al: a better format_size() (and removed some excessive white space).
|
2008-06-09 08:11:45 +00:00 |
xmlrpcs.inc
|
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
|
2008-05-06 12:18:54 +00:00 |