.. |
database
|
- Patch #1054848 by barraponto: fixed typos in code documentation.
|
2011-09-24 22:44:06 +02:00 |
filetransfer
|
- Patch #1263902 by cweagans: Code style: filetransfer.inc.
|
2011-09-10 11:39:03 -04:00 |
actions.inc
|
Issue #1278160 by tim.plunkett: Lower the logging severity level of 'orphaned actions'.
|
2011-09-28 01:51:14 +09:00 |
ajax.inc
|
Issue #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, katbailey, dereine et al: documentation and tests for drupal_add_js() and drupal_add_css() with the AJAX framework.
|
2011-09-28 03:15:03 +09: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:23 -07:00 |
batch.inc
|
- Patch #597108 by jn2: array key syntax in () was not consistent.
|
2011-07-31 23:41:25 -04:00 |
batch.queue.inc
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
bootstrap.inc
|
- Patch #1054848 by barraponto: fixed typos in code documentation.
|
2011-09-24 22:44:06 +02:00 |
cache-install.inc
|
- Patch #81461 by catch, pillarsdotnet, beejeebus: clean up the cache API (stop overloading function arguments, remove procedural wrappers).
|
2011-09-07 14:38:31 -04:00 |
cache.inc
|
- Patch #1054848 by barraponto: fixed typos in code documentation.
|
2011-09-24 22:44:06 +02:00 |
common.inc
|
Issue #1113702 by franz: Fixed Comment in url_is_external() wrong.
|
2011-09-28 02:58:09 +09:00 |
date.inc
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
errors.inc
|
- Patch #1054848 by barraponto: fixed typos in code documentation.
|
2011-09-24 22:44:06 +02:00 |
file.inc
|
- Patch #1201024 by pillarsdotnet: drupal_realpath() should describe when it should be used.
|
2011-09-25 11:45:29 +02:00 |
file.mimetypes.inc
|
- Patch #1239376 by Dave Reid: .ogg file extension incorrectly mapped to 'application/ogg' in file_default_mimetype_mapping().
|
2011-08-07 13:50:46 -04:00 |
form.inc
|
Issue #859970 by jn2, sun, rfay: Cleanup form_api() () docs.
|
2011-09-28 02:39:34 +09:00 |
gettext.inc
|
- Patch #1272686 by Paul Simard, bfroehle, beejeebus: convert existing cache_* calls to the new cache()-> API.
|
2011-09-11 12:14:18 -04:00 |
graph.inc
|
- Patch #1024684 by linclark: omit & in @param statements.
|
2011-05-08 15:50:38 -04:00 |
image.inc
|
Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows.
|
2011-07-04 09:58:33 -07:00 |
install.core.inc
|
- Patch #1018602 by fago, catch, aspilicious: move entity system to a module.
|
2011-09-21 06:09:49 -04:00 |
install.inc
|
Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows.
|
2011-07-04 09:58:33 -07:00 |
language.inc
|
- Patch #1280550 by loganfsmyth: language negotiation UX: Change wording and add link on 'detection and selection' page.
|
2011-09-18 20:07:11 -04:00 |
locale.inc
|
- Patch #1231402 by Gábor Hojtsy: Drupal does not use ISO language codes, iso.inc is misleading.
|
2011-09-08 14:29:58 -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:33 -04:00 |
mail.inc
|
Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows.
|
2011-07-04 09:58:33 -07:00 |
menu.inc
|
Issue #520106 by JohnAlbin, pillarsdotnet, chx, sun, drifter: Fixed No way to dynamically set active trail.
|
2011-09-28 01:33:35 +09:00 |
module.inc
|
- Patch #577950 by marcingy: API-cleanup: Factor module_implements() parameter into it's own function.
|
2011-09-24 22:08:06 +02:00 |
pager.inc
|
- Patch #1054848 by barraponto: fixed typos in code documentation.
|
2011-09-24 22:44:06 +02:00 |
password.inc
|
Issue #1203852 by pwolanin: Changed Increase hashing iterations for more secure password hashes.
|
2011-07-03 10:52:25 -07:00 |
path.inc
|
- Patch #1272686 by Paul Simard, bfroehle, beejeebus: convert existing cache_* calls to the new cache()-> API.
|
2011-09-11 12:14:18 -04:00 |
registry.inc
|
- Patch #577950 by marcingy: API-cleanup: Factor module_implements() parameter into it's own function.
|
2011-09-24 22:08:06 +02:00 |
session.inc
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
standard.inc
|
Committing missing file from #1231402 to un-break testbot.
|
2011-09-08 16:46:04 -07:00 |
stream_wrappers.inc
|
- Patch #1224802 by kiamlaluno: DrupalLocalStreamWrapper::stream_open() uses a local variable instead of the argument passed by reference.
|
2011-07-31 23:30:32 -04:00 |
tablesort.inc
|
- Patch #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: fix isset regression in tablesort, add tests, and cleanup theme_process_registry().
|
2011-04-10 18:03:07 +02:00 |
theme.inc
|
- Patch #1054848 by barraponto: fixed typos in code documentation.
|
2011-09-24 22:44:06 +02: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:07 -04:00 |
unicode.entities.inc
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
unicode.inc
|
Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows.
|
2011-07-04 09:58:33 -07:00 |
update.inc
|
- Patch #1018602 by fago, catch, aspilicious: move entity system to a module.
|
2011-09-21 06:09:49 -04:00 |
updater.inc
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
utility.inc
|
- Patch #1054848 by barraponto: fixed typos in code documentation.
|
2011-09-24 22:44:06 +02:00 |
uuid.inc
|
- Patch #1252486 by dixon_, skwashd, heyrocker, Rob Loach: low level UUID API in core.
|
2011-08-31 06:24:17 -04: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:17:11 +02:00 |