Commit Graph

21500 Commits (391755e4c154bb0778f2940628a02bc7211dbdf7)

Author SHA1 Message Date
Alex Pott 92f74b2824 Issue #2038285 by vijaycs85, Gábor Hojtsy: Update configuration schema for date formats as entities. 2013-07-18 22:46:37 +01:00
Alex Pott 982488c3df Issue #2035839 by vijaycs85: Fixed Align block config schema with block configuration. 2013-07-18 22:44:04 +01:00
Alex Pott dc2304f23b Issue #2029405 by YesCT, vijaycs85, rahul.shinde: Write configuration schema for node types. 2013-07-18 22:42:06 +01:00
Dries 0e5386e3ec Issue #1843668 by Cottser, bdragon, joelpittet, gloob: Move building of breadcrumb render array from template_process_page() to template_preprocess_page(). 2013-07-18 14:54:44 -04:00
Dries 81cfa89160 Issue #1951278 by larowlan, tim-e: Create taxonomy term form controller for forum terms (ie not default) and use that for admin/structure/forum/edit/{forum|contain. 2013-07-18 14:43:38 -04:00
Dries edcd8df4bd Issue #1966334 by Alan Evans, fubhy, dawehner, ParisLiakos: Convert user_access() to User::hasPermission(). 2013-07-18 14:31:35 -04:00
Dries 4f6161a226 Issue #1989480 by LewisNyman, rteijeiro, oresh, swentel, Gaelan: Progress Bar style update. 2013-07-18 13:58:44 -04: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
Nathaniel Catchpole 788cb06d60 Issue #1938044 by hass, jessebeach, Dragan Eror: Fixed Prefix all toolbar classes to prevent theme clashes. 2013-07-18 11:28:54 +01:00
Jennifer Hodgdon 47ff64238f Issue #2015307 by thedavidmeister, meeli, Cottser: Overhaul docs for drupal_render so they actually say what the function does and what properties it uses 2013-07-17 07:43:41 -07:00
Jennifer Hodgdon a6c63d4feb Issue #1977644 by ifrik, batigolix: Update Ban module hook_help to help standards by adding link to online docs 2013-07-17 07:40:05 -07:00
Jennifer Hodgdon acbddd14f2 Issue #2038059 by Elijah Lynn, aaronott: Fix up grammar in boostrap and cache utility docs 2013-07-17 07:37:04 -07:00
Alex Pott a16c164ef6 Issue #1823204 by Chi, damiankloip, dawehner: Fixed Class 'Drupal\taxonomy\Plugin\views\filter\stdClass' not found . 2013-07-16 21:22:28 -04:00
Alex Pott d8e21f879c Issue #2032031 by damiankloip: Deprecate use of views_get_view() function in favour of Views::getView() method. 2013-07-16 21:17:11 -04:00
Alex Pott 14708544c8 Issue #2031885 by droplet: Add t() context to 'Order' string. 2013-07-16 20:56:44 -04:00
Alex Pott cb7f3159f3 Issue #2026349 by Wim Leers: Make JavaScriptTest 3200% faster. 2013-07-16 20:53:46 -04:00
Alex Pott 35ab9aef9c Issue #1987734 by InternetDevels, ramlev, juampy: Convert menu_login_callback() to a new style controller. 2013-07-16 20:37:57 -04:00
Nathaniel Catchpole 1cb6503284 Issue #1847314 by oresh, jessebeach, mattimck, nod_: Fixed Reduce the dependency on JavaScript for the toolbar to display properly. 2013-07-16 16:34:14 +01:00
Nathaniel Catchpole 2735b59b5e Issue #2042545 by tim.plunkett: Fixed Annotation parsing should ignore @file doxygen. 2013-07-16 16:32:14 +01:00
Nathaniel Catchpole fe7acd41bf Issue #2040571 by Xano: Fixed Missing index on router table. 2013-07-16 16:29:25 +01:00
Nathaniel Catchpole 7e2974df48 Issue #2004098 by elachlan, nod_: Fixed Overlay forms broken in IE10 for Windows 7. 2013-07-16 16:28:20 +01:00
Nathaniel Catchpole 71afb6cad2 Issue #2033413 by batigolix, amateescu: Create hook_help() for Menu link module. 2013-07-16 16:27:22 +01:00
Alex Pott f17f9cf66c Revert "Issue #1998696 by kmcculloch, kim.pepper, valdo: Use Symfony Request for core includes."
This reverts commit 127b54a619.
2013-07-16 08:51:57 -04:00
Nathaniel Catchpole 7dd31494f3 Issue #1979094 by Berdir, dawehner, msonnabaum, tim.plunkett, effulgentsia: Fixed Separate create access operation entity access controllers to avoid costly EntityNG instantiation. 2013-07-16 10:33:18 +01:00
Alex Pott 780bc62e78 Issue #2041283 by Eric_A: Fixed theme_status_report() is severely broken. 2013-07-16 02:40:21 -04:00
Alex Pott 127b54a619 Issue #1998696 by kmcculloch, kim.pepper, valdo: Use Symfony Request for core includes. 2013-07-16 02:39:15 -04:00
Alex Pott 5beb2f94af Issue #1903746 by Mark Carver, mgifford, DaneMacaulay: Replace the views grid table template with one using divs. 2013-07-16 02:37:55 -04:00
Alex Pott 31efff2728 Issue #2036087 by YesCT: Add public identifier to all render methods in all views plugins in core. 2013-07-15 18:39:32 -04:00
Alex Pott 0a7db6bd93 Issue #2036799 by steveoliver: Drupal_pre_render_link() contains phptemplate example code; needs twig code. 2013-07-15 18:28:09 -04: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 6023052c77 Issue #2035697 by Dave Reid: Fixed Entity reference formatter should default to the 'Default' view mode. 2013-07-15 18:07:02 -04:00
Alex Pott 9e4991d66f Issue #2031881 by plopesc: Move block_test_views() to tests/modules folder. 2013-07-15 18:03:31 -04:00
Alex Pott e0f675f3b2 Issue #2019095 by crispiatico, vijaycs85, piyuesh23: Complete Configuration schemas for views style. 2013-07-15 13:05:42 -04:00
Alex Pott a142acc65b Issue #2033971 by e0ipso: System.schema.yml should have a schema snippet for system.language.types. 2013-07-15 12:58:52 -04:00
Nathaniel Catchpole 22a6d8ccec Issue #2012382 by damiankloip: Improve efficiency of access checker matching on routes. 2013-07-15 10:22:26 +01:00
Alex Pott 8b4fa68c75 Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class. 2013-07-14 16:17:23 -04:00
Alex Pott 9cd28855d3 Issue #2029321 by tim.plunkett, aspilicious, swentel: Provide list and form controllers for EntityViewMode and EntityFormMode. 2013-07-14 15:37:55 -04:00
Alex Pott d03acd3ce9 Issue #1831080 by dawehner, IshaDakota, YesCT: Remove the 'More' area from the bottom of handler configuration. 2013-07-14 14:01:25 -04:00
Alex Pott 53f96eda08 Issue #1933364 by dawehner: Remove the ajax errors in the UI. 2013-07-14 09:06:59 -04:00
Nathaniel Catchpole e8919c6d42 Issue #2009680 by DarthDrupal, cwells73, Samvel, adamcowboy, hussainweb: Fixed Replace theme() with drupal_render() in taxonomy module. 2013-07-13 12:09:13 +01:00
Nathaniel Catchpole 7232dbf9f1 Issue #2024893 by bdone, dawehner: Change status filter on admin/people to 'active'/'blocked'. 2013-07-13 12:03:08 +01:00
Nathaniel Catchpole c094757a99 Issue #1963942 by joelpittet, ACF, dasjo: Change all instances of $vars to $variables. 2013-07-13 11:30:18 +01:00
Alex Pott 2d922c314a Issue #2005778 by webflo, naxoc, penyaskito, andypost, vijaycs85, plopesc, maggo: Convert language_admin_overview_form() to a Controller. 2013-07-12 11:52:33 -04:00
Alex Pott e67580b16b Issue #2027857 by YesCT, kfritsche, penyaskito: Fixed Blocks operations cannot be altered. 2013-07-12 11:52:33 -04:00
Alex Pott e5b1973706 Issue #2010636 by mcjim, Wim Leers, typhonius: Remove drupal_add_css() and drupal_add_js() from color.module — use #attached. 2013-07-12 11:52:32 -04:00
Nathaniel Catchpole 2644090a64 Issue #2036241 by Xano: Fixed Routing system cannot handle /foo/bar and /foo/{baz}. 2013-07-12 13:15:43 +01:00
Dries e85f89c3cc Issue #1946434 by tim.plunkett: Convert all of confirm_form() in node.admin.inc and node.pages.inc to the new form interface. 2013-07-11 22:04:19 -04:00
Dries d5b6771752 Issue #2004334 by pwolanin, dawehner, fubhy: Separate Tabs (MENU_LOCAL_TASK) from hook_menu(). 2013-07-11 13:39:42 -04:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Dries 5feff937fa Issue #2031473 by pwolanin, fubhy, dawehner, tim.plunkett: Convert menu local actions to plugins so that we can generate dynamic titles and paths. 2013-07-11 12:40:33 -04:00