Commit Graph

35 Commits (50a7f29565489ff5089950bd3f6cb9fffb65c735)

Author SHA1 Message Date
webchick ea8db03250 Issue #2095121 by clemens.tolboom, jibran: Ensure every path in routing.yml files has a leading slash. 2013-10-07 08:09:41 -07:00
catch 00c06fcfed Issue #2070651 by pwolanin, dawehner, larowlan, tim.plunkett, ParisLiakos: Introduce a path-based breadcrumb builder, remove the one that's based on {menu_links()}. 2013-09-26 10:32:39 +02:00
Alex Pott 523c8b6cb0 Issue #2089671 by disasm, tim.plunkett: Convert non-test form callbacks to new form controller. 2013-09-21 13:42:43 +02:00
webchick ef2e45b0e8 Issue #2089635 by tim.plunkett, disasm, larowlan: Convert non-test non-form page callbacks to routes and controllers. 2013-09-18 11:30:30 -07:00
Alex Pott 1f9a488b92 Issue #1834002 by Gábor Hojtsy: Fixed Delete operations are all over the place. Remove tabs, provide title in routing. 2013-09-17 15:49:45 +01:00
webchick 8347b04c34 Issue #2051097 follow-up by tim.plunkett: Remove silly spacing errors. 2013-09-15 22:06:19 -07:00
webchick 7cfa38d01a Issue #2051097 by dawehner, Manuel Garcia, tlattimore, neclimdul: Change 'pattern' to 'path' in *.routing.yml files. 2013-09-15 21:47:28 -07:00
webchick 99670f0847 Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention. 2013-09-15 12:59:49 -07:00
webchick 490e8753db Issue #1987816 by pdrake, disasm, ParisLiakos, pguillard, vijaycs85, dawehner: Convert system_batch_page() to a new style controller. 2013-09-14 23:52:34 -07:00
webchick 0893c0e6f3 Issue #1987814 by juampy, tim.plunkett, lliss, kushrohra: Convert system_admin_menu_block_page() to a new style controller. 2013-09-04 23:36:51 -07:00
webchick 2babf5fbdb Issue #1987818 by jlbellido, MattDanger, disasm, vijaycs85: Convert system_date_format_language_overview_page() to a new style controller. 2013-09-04 23:21:05 -07:00
webchick f1e2d9c055 Issue #1987810 by nick_schuch, dawehner, vijaycs85, tim.plunkett: Convert system_admin_config_page() to a new style controller. 2013-08-27 23:44:11 -07:00
Nathaniel Catchpole b4a88eddb8 Issue #2052995 by dawehner: Add a route to the frontpage. 2013-08-21 02:26:31 +01:00
Alex Pott f325f63c56 Issue #1987808 by h3rj4n, vijaycs85, Dave.Ingram, tim.plunkett: Convert system_admin_compact_page() to a new style controller. 2013-08-16 18:18:07 -05:00
webchick b435b703d6 Issue #2056513 by tim.plunkett: Remove PluginUI subsystem, provide block plugins UI as one-off. 2013-08-07 12:49:26 -07:00
Alex Pott 9614f73399 Revert "Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module."
This reverts commit f4aead7805.
2013-08-04 21:26:52 +02:00
webchick f4aead7805 Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module. 2013-08-03 23:25:44 -07:00
webchick 06e1dd8b0f Issue #1987602 by glennpratt, juampy, pwieck, vijaycs85, dawehner, tim.plunkett, effulgentsia: Convert ajax_form_callback() to a new style controller. 2013-07-31 22:21:45 -07:00
Alex Pott 36d647e61b Issue #1987712 by dawehner, claudiu.cristea, damiankloip, andypost: Convert file_download() to a new style controller. 2013-07-20 13:25:28 +01:00
Alex Pott 8d693aded0 Issue #1990544 by fubhy, Pancho, h3rj4n, dawehner: Convert system_modules() to a Controller. 2013-07-19 11:17:03 +01:00
Nathaniel Catchpole 04ef7cf88d Issue #1993202 by fubhy, h3rj4n, Pancho: Convert system_modules_uninstall() to a Controller. 2013-07-18 12:10:43 +01:00
Alex Pott 09f10ef95f Issue #1987826 by jsacksick: Convert system_plugin_autocomplete() to a new style controller. 2013-07-15 18:26:19 -04:00
Alex Pott 06cb438e03 Issue #2003892 by tim.plunkett, vijaycs85: Convert date formats to config entities. 2013-07-09 19:57:20 +01:00
catch fc38bee039 Issue #1987856 by vijaycs85, mparker17, sidharthap: Convert system_timezone() to a new style controller. 2013-06-28 22:15:19 +01:00
Alex Pott a93de78702 Issue #1992606 by damiankloip, pwieck: Convert system_theme_settings() to FormInterface. 2013-06-22 21:36:14 +02:00
Alex Pott 5a4dceb2fe Issue #1987812 by oenie, jibran: Convert system_admin_index() to a new style controller. 2013-06-13 22:59:24 +01:00
Alex Pott 520f1c516d Issue #1987824 by nick_schuch, vijaycs85, ParisLiakos: Convert system_php() to a new style controller. 2013-06-05 14:39:57 +01:00
catch af9859d788 Issue #1987828 by mtift, vijaycs85: Convert system_run_cron() to a new style controller. 2013-05-29 08:44:34 +01:00
Alex Pott 291689a59b Issue #2003942 by tim.plunkett: Convert system_configure_date_formats_form() to a controller. 2013-05-26 15:04:38 -07:00
Alex Pott f94711cd56 Issue #1987850 by oenie, vijaycs85, cosmicdreams, amateescu: Convert system_theme_disable() to a new style controller. 2013-05-25 19:32:33 -07:00
Dries 7361d56bd8 Issue #1946454 by andypost, kim.pepper, tim.plunkett, ParisLiakos: Convert all confirm_form() in system.module and system.admin.inc to the new form interface and convert route. 2013-05-19 08:41:59 -07:00
Nathaniel Catchpole e88f0ab7c5 Issue #1925660 by ACF, tim.plunkett, mtift, heddn, Cottser: Convert system's system_config_form() to SystemConfigFormBase. 2013-05-16 10:08:32 +01:00
webchick 6085b34907 Issue #1842718 by alippai, andypost, alexpott, nod_: Use new Transliteration functionality in core for machine names. 2013-05-02 00:51:45 -07:00
catch c37973bb27 Issue #1793520 by disasm, klausi, tnightingale, Crell: Add access control mechanism for new router system. 2012-11-26 18:00:36 +00:00
Dries daf490d3a4 Issue #1843844 by Crell: Convert cron to new routing system. 2012-11-21 09:36:03 -05:00