Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
system.module
Priority:
Critical
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
18 Nov 2012 at 06:10 UTC
Updated:
29 Jul 2014 at 21:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Crell commentedComment #2
disasm commentedI think this was a typo or a statement that was never finished.
Other than that, the patch looks good architecturally. It's nice and simple. The YAML routing file to specify what controller to run, and a direct port of the current cron code to that controller.
Comment #3
Crell commentedAyup, I forgot to finish filling that in because I wasn't sure what to say. :-) If you want to reroll with revised text there I can RTBC it. (I won't be able to do so until tonight, so whoever gets to it first, do so.)
Comment #4
Crell commentedNew patch, just fixes the doc.
Comment #5
disasm commentedComment #6
Crell commentedThe denizens of #drupal-contribute suggested making this critical, since it's a procedural blocker for #1793520: Add access control mechanism for new router system, which is also critical. (That issue needs an existing new-style for-reals route to convert, which this issue provides us.)
Comment #7
dries commentedCommitted to 8.x. Glad to see some new routing action. Thanks!