drupal/core/modules
James Gilliland abcefd7710 Demonstrate providing controller arguments
A hacky way of hardcoding controller arguments. Because page arguments are
translated onto the attributes variable and the attributes are used for
arguements via reflection, this lets you push arguments onto the controller
that aren't on the path. This is hacky but so was the original version and
it shouldn't cause a problem as long as path arguments don't share a name
which would have caused problems anyways.
2012-02-13 16:04:01 -05:00
..
aggregator - Patch #61456 by jeffschuler, edmund.kwok, jdefay, David_Rothstein, csevb10, alex_b, xjm, Steve Dondley: Aggregator titles display quotes and other characters with HTML entity equivalents badly (write tests). 2012-01-25 15:54:58 -05:00
block - Patch #1221718 by aspilicious, sun, skottler: refactor block-admin-display-form.tpl.php. 2012-02-08 09:49:23 -05:00
book - Patch #1426698 by droplet: Fixed book.js: fix vertical tabs summary & clean up. 2012-02-03 16:15:50 -05:00
color - Patch #1269586 by Everett Zufelt, ericduran: Use .js instead of html.js in CSS. 2012-01-24 21:00:59 -05:00
comment Issue #1110650 follow-up by grendzy, oriol_e9g, sun: Fixed comment-by-anonymous class never appears. 2012-01-30 21:00:17 -08:00
contact Issue #1227942 by Rob Loach, cweagans, tstoeckler, xjm: Rename format_username() now that it's in user.module. 2012-01-16 11:18:26 +09:00
contextual - Patch #1425280 by Niklas Fiekas, swentel: no contextual links in node lists after a node without contextual links. 2012-02-06 17:25:12 -05:00
dashboard - Patch #1290506 by droplet, mike stewart, bvirtual: remove webkit-specific border radius from CSS. 2012-02-02 10:49:10 -05:00
dblog Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
entity Issue #1315340 by aspilicious: Clean up API docs for entity module. 2012-01-19 21:43:21 +09:00
field Issue #1068016 by franz: Followup to fix code style issue. 2012-02-09 11:16:27 +09:00
field_ui - Patch #1400310 by nod_: Fixed Use of .parents() is really .closest(). 2012-01-24 13:54:39 -05:00
file - Patch #1346914 by droplet: use .length instead of jQuery.size(). 2012-01-29 08:54:40 -05:00
filter - Patch #1400310 by nod_: Fixed Use of .parents() is really .closest(). 2012-01-24 13:54:39 -05:00
forum - Patch #490182 by amateescu: present all CRUD operations on Taxonomy List terms page. 2012-01-24 21:07:07 -05:00
help Issue #1183042 by Everett Zufelt, Rob Loach: Add WAI-ARIA roles to Core blocks. 2012-01-10 12:22:24 +09:00
image - Patch #1159258 by Deciphered: fixed image_file_move() flushes new URI not source URI. 2012-02-05 08:59:33 -05:00
language - Patch #1357918 by Gábor Hojtsy, swentel, sun, no_commit_credit: missing update for language_default() in language langcode update. 2012-02-07 14:34:52 -05:00
locale Issue #1250800 by attiks, Jelle_S, dereine: Fixed Language domain should work regardless of ports or protocols. 2012-02-11 14:17:56 +09:00
menu - Patch #1420048 by nod_, droplet: fixed menu* JS indention. 2012-01-29 16:13:55 -05:00
node - Patch #1414314 by Gábor Hojtsy, tstoeckler: make node and path depend on language module only for language support, get rid of locale_language_name(). 2012-02-02 11:08:57 -05:00
openid - Patch #1346914 by droplet: use .length instead of jQuery.size(). 2012-01-29 08:54:40 -05:00
overlay - Patch #1290506 by droplet, mike stewart, bvirtual: remove webkit-specific border radius from CSS. 2012-02-02 10:49:10 -05:00
path - Patch #1414314 by Gábor Hojtsy, tstoeckler: make node and path depend on language module only for language support, get rid of locale_language_name(). 2012-02-02 11:08:57 -05:00
php Issue #1227942 by Rob Loach, cweagans, tstoeckler, xjm: Rename format_username() now that it's in user.module. 2012-01-16 11:18:26 +09:00
poll - Patch #404116 by c31ck, amateescu, neclimdul: provide default choices on poll translations. 2012-02-05 08:38:25 -05:00
rdf Issue #375397 by sun, Xano, Rob Loach: Make Node module optional. 2012-01-08 16:14:15 +09:00
search Issue #1217036 by jyve, franz: Clean up the CSS for Search module. 2012-02-01 11:58:37 +09:00
shortcut - Patch #1420056 by nod_, droplet: Fixed moving shortcut local var. 2012-02-04 21:02:07 -05:00
simpletest Issue #41595 by pillarsdotnet, m3avrck, sun et al: Fixed All pager links have an 'active' CSS class. 2012-02-11 14:22:04 +09:00
statistics Issue #1227942 by Rob Loach, cweagans, tstoeckler, xjm: Rename format_username() now that it's in user.module. 2012-01-16 11:18:26 +09:00
syslog Issue #1368872 by agentrickard, oriol_e9g: Clean up API docs for syslog. 2011-12-30 15:33:44 +09:00
system Issue #761608 by JohnAlbin: Fixed Missing theme settings values because list_themes() has inconsistent theme object data. 2012-02-03 23:16:11 +09:00
taxonomy Issue #872488 by acouch, mfb, musicnode: Regression: no way to get taxonomy tags into RSS feeds. 2012-02-11 14:31:48 +09:00
toolbar - Patch #1290506 by droplet, mike stewart, bvirtual: remove webkit-specific border radius from CSS. 2012-02-02 10:49:10 -05:00
tracker Issue #1227942 by Rob Loach, cweagans, tstoeckler, xjm: Rename format_username() now that it's in user.module. 2012-01-16 11:18:26 +09:00
translation - Patch #1414314 by Gábor Hojtsy, tstoeckler: make node and path depend on language module only for language support, get rid of locale_language_name(). 2012-02-02 11:08:57 -05:00
update Issue #278425 by andypost, OnkelTem, chx, c960657, droplet et al: Fixed Using basename() is not locale safe. 2012-01-18 13:10:02 +09:00
user Demonstrate providing controller arguments 2012-02-13 16:04:01 -05:00
README.txt Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00

README.txt

This directory is reserved for core module files. Custom or contributed modules
should be placed in their own subdirectory of the sites/all/modules directory.
For multisite installations, they can also be placed in a subdirectory under
/sites/{sitename}/modules/, where {sitename} is the name of your site (e.g.,
www.example.com). This will allow you to more easily update Drupal core files.

For more details, see: http://drupal.org/node/176043