Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
node system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Dec 2009 at 18:41 UTC
Updated:
2 Apr 2025 at 04:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Bojhan commentedAfter
Comment #2
yoroy commentedbot?
Comment #3
dries commentedIf we remove the fieldset, we can simplify the rest of the form API structure too. We move things up from the second level, to the first level in the array.
Comment #4
Bojhan commentedSo removing ['identity'] from those which where in the fieldset, oke.
Comment #5
dries commentedCorrect.
Comment #6
dries commentedHere is an updated patch. Ran the Node tests locally with (
$ /Applications/acquia-drupal/php/bin/php scripts/run-tests.sh --url http://cvs.localhost:8082/ --php /Applications/acquia-drupal/php/bin/php Node) and they still pass.Comment #7
Bojhan commentedAhh, cool :) Faster then me, I just tested it and it works. RTBC
Comment #8
dries commentedCommitted to CVS HEAD. Thanks.
Comment #9
cburschkalocale.module, in locale_form_node_type_form_alter() depends on the [identity][type] key and should have been updated to [type].
This caused #666402: Translation workflow options are broken which in turn is causing part of #666266: HEAD is broken - various test failures.
Comment #10
cburschkaThis is wonderful - the one-line patch actually fixes *all* of translation.module's test failures. :)
Comment #11
catchTest bot, we have missed you.
Comment #12
dries commentedCommitted to CVS HEAD. Thanks, Arancaytar.
Comment #13
sunAlso broke Comment module's form alter.
1) We should check all other hook_form*_alter() implementations.
2) We badly need the testbot back.
Comment #14
dries commentedCommitted #13 to CVS HEAD. We still need tests, so leaving at 'needs work'.
Comment #16
yoroy commentedIs 'needs tests' still a critical?
Comment #17
Bojhan commentedDoesn't seem critical.
Comment #18
Tor Arne Thune commentedI suppose this still needs tests.
Comment #19
catchComment #20
xjm(Merging "node system" and "node.module" components for 8.x; disregard.)
Comment #39
larowlan.
Comment #40
acbramley commentedTY for fixing filter access @larowlan
This one was committed and not closed.