Commit Graph

21109 Commits (795e1f834a977026ffceab2d99773f2fbef17dd4)

Author SHA1 Message Date
Alex Pott 795e1f834a Issue #1797252 by pwieck, andypost, dcam, xjm, Lars Toomre: Remove t() from assertion messages in file module tests. 2013-06-25 20:28:30 +01:00
Alex Pott 4852362d43 Issue #1978970 by tim.plunkett: Convert shortcut_link_add_inline() to a Controller. 2013-06-25 20:24:03 +01:00
Alex Pott c66a78c64c Issue #2021829 by damiankloip, olli: Fixed Redundant executeView() in ViewsBlock::build(). 2013-06-25 20:21:16 +01:00
Alex Pott c6ebde4325 Issue #2026367 by Berdir: Use static caches for parsed .services.yml and .info.yml files. 2013-06-25 20:19:00 +01:00
Alex Pott de3558c214 Issue #2024867 by vijaycs85: Rename translation_entity() to content_translation(). 2013-06-25 20:16:20 +01:00
Alex Pott a9b5c81657 Revert "Issue #1987124 by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller."
This reverts commit af5478b863.
2013-06-25 17:44:41 +01:00
Alex Pott 104b43602b Issue #2026255 by Wim Leers: Make CascadingStylesheetsTest 3500% faster. 2013-06-25 16:30:31 +01:00
Alex Pott af5478b863 Issue #1987124 by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller. 2013-06-25 16:23:13 +01:00
Alex Pott 0cb8f162e8 Issue #2027183 by tim.plunkett, YesCT: hook_menu() title callback is ignored on routes. 2013-06-25 16:21:53 +01:00
Alex Pott a2c2367bf8 Issue #1969728 by yched, effulgentsia, swentel, fago, plach: Implement Field API 'field types' as TypedData Plugins. 2013-06-25 11:27:47 +01:00
Alex Pott 377521e267 Issue #1990156 by damiankloip: Add a dedicated @Condition plugin annotation. 2013-06-25 09:39:29 +01:00
Dries 79aa8a630e Issue #1869600 by tim.plunkett: Fixed broken head. 2013-06-24 21:05:17 -04:00
Dries b4655c58f6 Issue #1869600 by linclark, scor, jesse.d: Refactor RDF mappings to be inline with the new Entity Field API. 2013-06-24 18:21:37 -04:00
Dries 36df8e8784 Issue #2024111 by damiankloip: Fixed TaxonomyIndexTid filter handler autocomplete does not work. 2013-06-24 18:21:18 -04:00
Alex Pott 0a0942a060 Issue #1945226 by YesCT, tstoeckler, kfritsche, babruix, IshaDakota, helenkim: Add language selector on menus. 2013-06-24 17:40:46 +01:00
Nathaniel Catchpole 195849b2a4 Issue #1872876 by chx, fubhy, dawehner, alexpott, tim.plunkett: Turn role permission assignments into configuration. 2013-06-24 17:38:32 +01:00
Alex Pott 0d20ccb2a7 Issue #2018257 by tsphethean: Move batch storage to Drupal\Core\Batch. 2013-06-24 16:05:10 +01:00
Alex Pott 1d3e064d9d Issue #1853526 by dawehner, damiankloip, jibran, xjm: Reintroduce Views integration for contact.module. 2013-06-24 14:35:28 +01:00
Alex Pott aca60072f2 Revert "Issue #2012812 by thedavidmeister, pwieck: drupal_render() can't distinguish between empty strings from theme() from an implemented hook and no hook being matched."
This reverts commit 431dc2e3f1.
2013-06-24 11:08:43 +01:00
Alex Pott 9873c74069 Issue #2012818 by thedavidmeister: Remove #type 'markup'. 2013-06-24 10:46:21 +01:00
Alex Pott 431dc2e3f1 Issue #2012812 by thedavidmeister, pwieck: drupal_render() can't distinguish between empty strings from theme() from an implemented hook and no hook being matched. 2013-06-24 09:14:10 +01:00
Alex Pott 58c54c35fd Issue #2008970 by markie, adamcowboy: Replace theme() with drupal_render() in aggregator module. 2013-06-24 09:12:50 +01:00
webchick d91dc91367 Issue #2022415 by bdone: Convert custom_block_type_delete_form() to a Controller. 2013-06-22 20:13:18 -07:00
Alex Pott e29498822e Issue #1963764 by widukind, pwieck: Convert theme_views_view_mapping_test() to Twig. 2013-06-22 23:12:28 +02:00
Alex Pott e865959961 Issue #2022087 followup by damiankloip: Add module owner to plugin definition in AnnotatedClassDiscovery. 2013-06-22 22:47:45 +02:00
Alex Pott 893ae86204 Issue #2023095 by damiankloip: Convert Drupal\views\Tests\PluginBaseTest to PHPUnit. 2013-06-22 22:02:55 +02:00
Alex Pott 088b191c90 Issue #1828536 by sun, thedavidmeister, benjf, derek.deraps, jenlampton, dcam, pwieck: Rename 'type' variable of theme_item_list() to 'list_type'. 2013-06-22 21:49:22 +02:00
Alex Pott 972bdf17b5 Issue #2022233 by StephaneQ: Installer is missing spaces between step titles and status. 2013-06-22 21:41:26 +02:00
Alex Pott b15e92136a Issue #1962234 by dawehner, damiankloip, alexpott: Move views_fetch_fields() into an autoloadable class. 2013-06-22 21:38:13 +02: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 f36f480649 Issue #2015999 followup by effulgentsia: Fields cannot be used as the row style on style plugins that support it. 2013-06-22 21:27:00 +02:00
Dries 55651cf3a4 Issue #1981314 by pcambra, aspilicious, andypost, swentel: Drop procedural usage of fields in field module. 2013-06-21 15:23:16 -04:00
Dries 81b2685cb6 Issue #1987822 by vijaycs85, jrglasgow, tim.plunkett: Convert system_date_time_lookup() to a new style controller. 2013-06-21 10:50:35 -04:00
Dries 7fd83fe98a Issue #2020361 by vijaycs85: Followup for: Create LanguageConfigContext to activate configuration overrides based on language. 2013-06-21 10:43:51 -04:00
Dries 884b84c1e3 Issue #2022927 by xjm: Make Lewis Nyman the new maintainer for Seven. 2013-06-21 10:14:47 -04:00
Nathaniel Catchpole 21812ed3a1 Issue #1858616 by Berdir: Extract generic CacheCollector implementation and interface from CacheArray. 2013-06-21 10:22:46 +01:00
Dries 5f67fd1d08 Issue #1893820 by fago, das-peter, Berdir: Manage entity field definitions in the entity manager. 2013-06-20 15:09:30 -04:00
Dries 98b6331e1e Issue #1984610 by Albert Volkman, dawehner, tim.plunkett: Convert user_pass() to a new-style Form object. 2013-06-20 15:02:06 -04:00
Dries ab87217af4 Issue #1999340 by chertzog, kim.pepper: Use Symfony Request for comment module. 2013-06-20 14:35:44 -04:00
Dries 23faf5a2a2 Issue #1999370 by chertzog, kim.pepper: Use Symfony Request for file module. 2013-06-20 14:34:34 -04:00
Dries 0ed76f0dab Issue #1999384 by bojanz, naveenvalecha: Use Symfony Request for image module. 2013-06-20 14:31:37 -04:00
Dries a72d1f1b0f Issue #2004684 by mgifford, Schnitzel: Improve Accessibility for String Translation UI. 2013-06-20 14:24:41 -04:00
Dries 7a0c707eeb Issue #2020167 by mikeker, dawehner, irinaz, tim.plunkett: Add a name and email search field to the admin/people view. 2013-06-20 14:22:20 -04:00
Dries 2fe57efec0 Issue #2022769 by fubhy, xjm: Fixed conversion of field_delete_field() in hook_uninstall(). 2013-06-20 14:07:44 -04:00
Jennifer Hodgdon 5d0f9d91c3 Issue #2022207 by pcambra, Berdir: Make references to User class in test docs reference UserInterface instead 2013-06-20 09:33:23 -07:00
Jennifer Hodgdon 3e3ce915e2 Issue #1924108 by benjy, Cottser: Fix up documentation of menu_test module 2013-06-20 07:13:10 -07:00
Jennifer Hodgdon 0366140fa0 Issue #2013094 by pwieck, Cottser: Remove unnecessary template_preprocess() reference from all Twig files 2013-06-20 07:02:02 -07:00
Dries 712fe2a18d Issue #2023357 by Gábor Hojtsy: Missing floating point number type support in config schema. 2013-06-19 16:56:39 -04:00
Alex Pott 95fc026244 Issue #2009664 by esunger, jeroen12345, aaronott, hussainweb: Replace theme() with drupal_render() in rdf module. 2013-06-19 22:49:23 +02:00
Alex Pott 0e903bd8e1 Issue #2009578 by giammi, InternetDevels: Replace theme() with drupal_render() in history module. 2013-06-19 22:49:23 +02:00