summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue #1057242 by drunken monkey: Change notice for entity_uri() should not ↵webchick2011-09-30
| | | | use ->uri (was ->uri doesn't match the contract for uri callbacks).
* Issue #1122584 by 10oclock, Rob Loach: Fixed Use #attached for ↵webchick2011-09-30
| | | | block_admin_display_form() instead of drupal_add_css().
* Issue #1289364 by swentel: Fixed SchemaCache generates empty cid.webchick2011-09-30
|
* Issue #76824 by geerlingguy, xjm, droplet, kbahey: Change notice for Drupal ↵webchick2011-09-30
| | | | should not handle 404 for certain files.
* Issue #1005570 by reglogge: Fixed Document leading dot requirement for () in ↵webchick2011-09-30
| | | | settings.php.
* Issue #1123092 by michaellenahan: Fixed user-profile.tpl.php doc has ↵webchick2011-09-30
| | | | confusing/misleading first paragraph.
* Issue #1290512 by droplet: Fixed Seven: remove duplicated css .webchick2011-09-30
|
* Issue #1290562 by bleen18, droplet: Fixed Contextual: remove duplicated css.webchick2011-09-30
|
* Issue #1000282 by dixon_, sun: Fixed argument missing for ↵webchick2011-09-30
| | | | comment_load()[_multiple]().
* Issue #363354 by xjm, aspilicious, casey, Boobaa: Fixed Tableselect should ↵webchick2011-09-30
| | | | only select enabled checkboxes.
* Issue #1295456 by pillarsdotnet: Fixed Add missing '$' character in docblock ↵webchick2011-09-30
| | | | for DrupalWebTestCase::drupalGetNodeByTitle() function.
* Issue #1295460 by TR, pillarsdotnet: Fixed Add missing '$' character to ↵webchick2011-09-30
| | | | docblock for taxonomy_get_term_by_name() function.
* Issue #1295462 by pillarsdotnet: Fixed Add missing '$' character to docblock ↵webchick2011-09-30
| | | | for _theme_load_registry() function.
* Issue #825972 by daniels220, Reidsy, jhodgdon: Fixed ↵webchick2011-09-30
| | | | sess_write()/sess_read() documentation should recommend instead.
* Issue #1110650 by oriol_e9g, JohnAlbin, linclark, dixon_: Fixed ↵webchick2011-09-30
| | | | comment-by-anonymous class never appears.
* Issue #1247626 by sven.lauer: Fixed hook_install()/hook_uninstall() doc does ↵webchick2011-09-30
| | | | not specify that the implementations must live in the .install file.
* Issue #1177738 by catch: Speed up theme registry rebuilds when multiple ↵webchick2011-09-30
| | | | themes are enabled.
* Issue #1282956 by rickmanelius, pgrond: Fixed Node revision log of '0' is ↵webchick2011-09-30
| | | | ignored.
* Issue #1060772 by agentrickard, DeweyOxberger: Fixed Create a view of ↵webchick2011-09-30
| | | | taxonomy terms (Views UI) and get an error from hook_form_alter().
* Issue #1118404 by Damien Tournoud, keichee, bfroehle: Fixed 'Manual updates ↵webchick2011-09-30
| | | | required' table broken.
* Issue #1018050 by sun: Provide node type/bundle in comment_entity_info().webchick2011-09-30
|
* Issue #1278160 by tim.plunkett: Lower the logging severity level of ↵webchick2011-09-30
| | | | 'orphaned actions'.
* Issue #879580 by arithmetric: Fixed States fail when using integer values ↵webchick2011-09-30
| | | | for select/radio dependencies.
* Issue #1050606 by jhodgdon, bxtaylor: Fixed menu_tree_data() doc needs more ↵webchick2011-09-30
| | | | detail.
* Issue #790770 by swentel, jhodgdon, David_Rothstein, naxoc: Fixed 'Add to ↵webchick2011-09-30
| | | | shortcuts' link should not appear on 403/404 pages.
* Issue #1290486 by arthurf: File.mimetypes needs entry for m4v.webchick2011-09-30
|
* Issue #1264894 by Devin Carlson, James_Stallings: Fixed The 'Parameters' ↵webchick2011-09-30
| | | | section shows HTML tags are rendered as plain text.
* Issue #1113702 by franz: Fixed Comment in url_is_external() wrong.webchick2011-09-30
|
* Issue #1294284 by Chi: Code style fix for field_ui().test.webchick2011-09-30
|
* Issue #881376 by marcvangend: Fixed 'Run the clean URL test' UX is broken.webchick2011-09-29
|
* Issue #520106 by JohnAlbin, pillarsdotnet, chx, sun, Nick Lewis, drifter, ↵webchick2011-09-28
| | | | Mark Trapp: Fixed No way to dynamically set active trail.
* Issue #1040810 by Tor Arne Thune, jhodgdon: Fixed UPGRADE.txt describes ↵webchick2011-09-27
| | | | erroneous step and should mention release notes.
* Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' ↵webchick2011-09-27
| | | | is not supported by all databases, must be '<>'.
* Issue #848546 by mlncn: Fixed Throbber versus Progress bar help text incorrect?.webchick2011-09-27
|
* Issue #1242460 by Chi: Code style fix for database_test().test.webchick2011-09-27
|
* - Patch #1201024 by pillarsdotnet: drupal_realpath() should describe when it ↵Dries Buytaert2011-09-25
| | | | should be used.
* - Patch #955848 by anrikun, Kars-T, catch, chx: when editing an existing ↵Dries Buytaert2011-09-25
| | | | node with a link, the link itself is listed in 'Parent item'
* - Patch #1282986 by valthebald: password of '0' ignored in ↵Dries Buytaert2011-09-25
| | | | drupal_http_request().
* - Patch #1286650 by megensel: incorrect API usage in system.admin.inc.Dries Buytaert2011-09-24
|
* - Patch #1253204 by fietserwin: user_field_extra_fields() does not translate ↵Dries Buytaert2011-09-24
| | | | labels.
* - Patch #1271026 by swentel: name of shortcut should be required.Dries Buytaert2011-09-24
|
* - Patch #1263882 by TR, cweagans: removed trailing whitespaceDries Buytaert2011-09-24
|
* - Patch #706894 by amateescu, sun: poll form uses #description for a button.Dries Buytaert2011-09-24
|
* Reverting #1266348. We can't change APIs in a stable release.webchick2011-09-24
|
* - Patch #1008250 by jhodgdon, bxtaylor: clean up hook_init() and hook_boot() ↵Dries Buytaert2011-09-21
| | | | doc.
* - Patch #1116416 by Kars-T, Coornail: use 'Header set' instead of 'Header ↵Dries Buytaert2011-09-21
| | | | append' in .htaccess to avoid double encoding.
* - Patch #1283244 by pillarsdotnet, TR: request_uri() documentation did not ↵Dries Buytaert2011-09-21
| | | | conform to standards.
* - Patch #1266348 by kathyh, webchick: improved consistency of internal APIsDries Buytaert2011-09-21
|
* Issue #1059268 by Berdir: Fixed Files are lost when adding multiple files to ↵webchick2011-09-20
| | | | multiple file fields at the same time.
* - Patch #1116416 by Kars-T, Coornail: use 'Header set' instead of 'Header ↵Dries Buytaert2011-09-18
| | | | append' in .htaccess to avoid double encoding.