Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forms system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 Nov 2013 at 15:54 UTC
Updated:
29 Jul 2014 at 23:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettThis is just the first couple modules, and because I wanted to try new-d.o :)
Comment #3
tim.plunkettFixed the failures, and did some more conversions.
In #2052325: Move search block form to new drupal 8 standard, search_box() was removed. But through a bad reroll, it was accidentally reintroduced as dead code in #2003482: Convert hook_search_info to plugin system. I only noticed because I was converting the same redirect twice.
Comment #4
tim.plunkettAnd so it begins
Comment #6
tim.plunkettAs I said in #1987802: Convert path_admin_overview() to a new style controller comment #82, path module's submit functions are currently broken, so I'm not going to silently fix them here.
Until #1810350: Remove menu_* entity keys and replace them with entity links happens, this is about as far as this issue can go.
Comment #8
tim.plunkettTypo for custom block, and fun bug for the language one.
Comment #9
dawehnerLet's get that in while it is hot.
Comment #10
xano8: form-2125253-4.patch queued for re-testing.
Comment #12
tim.plunkettSmall patch conflict in core/modules/node/lib/Drupal/node/Form/NodeDeleteForm.php, nothing big, no changes.
Comment #13
alexpottPatch no longer applies
Comment #14
tim.plunkettThe hunk that didn't apply was removed from core.
In the meantime, a new form was added, converted that.
Comment #15
webchickGetting this one in while it's hot! :)
Committed and pushed to 8.x. Thanks!