Commit Graph

21433 Commits (4c52a6e3e90b3457a3945aa1ceac5692facfeef3)

Author SHA1 Message Date
Alex Pott 0b8c586069 Issue #1987896 by tim.plunkett, kgoel, vijaycs85: Convert user_page() to a new style controller. 2013-06-27 09:23:39 +01:00
Alex Pott 4f8b8a5087 Issue #1995048 by twistor, tim.plunkett, damiankloip, Berdir: EntityListController::getOperations() should respect access checks. 2013-06-27 07:13:06 +01:00
Alex Pott 46973e74b5 Issue #111715 by andypost, swentel, tim.plunkett, sun, Berdir, amateescu, kkaefer, YesCT, dagmar, chx: Convert node/content types into configuration. 2013-06-27 06:48:51 +01:00
Dries 0d1cf2c1c3 Issue #2028403 by fago: Mark field_attach_()* functions as deprecated. 2013-06-26 22:19:04 -04:00
Dries da60ebc321 Issue #2028175 by effulgentsia: Finish the removal of non-formatter's prepareView(). 2013-06-26 22:17:42 -04:00
Dries 74c0f3f1d1 Issue #2028143 by Tor Arne Thune: Fixed typo in install.core.inc. 2013-06-26 22:11:30 -04:00
Dries 2b6ff21132 Issue #2028145 by dawehner, ParisLiakos: Fixed Raw default argument still calls drupal_get_path_alias(). 2013-06-26 22:09:24 -04:00
Dries e94b01e516 Issue #1996714 by amateescu: Convert FileItem and ImageItem to extend EntityReferenceItem. 2013-06-26 21:52:15 -04:00
Dries da1234fb74 Issue #2028457 by Wim Leers: Fixed Configuring CKEditor's ACF broke CKEditor configuration -> filter setting syncing. 2013-06-26 21:41:31 -04:00
Jennifer Hodgdon 3179dd42b8 Issue #1962704 by Eli-T, dawehner: Document hook_views_analyze() 2013-06-26 13:31:31 -07:00
Jennifer Hodgdon be96e9dc1c Issue #2023093 by nguerrero, ggiammi, penyaskito: Fix reference to obsolete function in code comment 2013-06-26 13:29:28 -07:00
Alex Pott 8b1ce3421b Issue #1987708 by mtift, swentel, smiletrl, vijaycs85, mparker17, tim.plunkett: Convert field_ui_fields_list() to a new style controller. 2013-06-26 17:44:48 +01:00
Alex Pott ab22b87b59 Issue #2024111 by followup damiankloip, Berdir: Fixed TaxonomyIndexTid filter handler autocomplete does not work. 2013-06-26 17:32:01 +01:00
Alex Pott d0d1817738 Issue #1822000 by Berdir, plach, amateescu, yched: Remove Drupal\field_test\Plugin\Entity\Type\TestEntity in favor of EntityTest. 2013-06-26 16:38:18 +01:00
Dries 760292ee83 Issue #2017217 by alexpott: Fixed Random failure on UserPasswordResetTest. 2013-06-26 10:39:02 -04:00
Alex Pott b537ccd584 Issue #2028489 by chx, dawehner: Move entity query out of field_sql_storage(). 2013-06-26 15:21:57 +01:00
Alex Pott 272c5c6bd9 Issue #2027335 by YesCT: If EntityFormController implements EntityControllerInterface it can ignore in createInstance()/__construct(). 2013-06-26 15:02:29 +01:00
Nathaniel Catchpole ab61b25214 Issue #2024681 by jenlampton: Remove theme_meter() from core. 2013-06-26 10:31:08 +01:00
Nathaniel Catchpole 2c4e8fe672 Issue #2024985 by tim.plunkett: Remove obsolete user_build_filter_query(). 2013-06-26 10:30:41 +01:00
Alex Pott 93ea9a472b Issue #1987124 by tim.plunkett, h3rj4n, dawehner: Convert filter_admin_format_page() and filter_admin_overview() to a Controller. 2013-06-26 09:17:11 +01:00
Alex Pott 880d568c06 Issue #2020209 by alexpott, YesCT: Fixed random failures due to non uniqueness of randomString() and randomName(). 2013-06-26 08:47:11 +01:00
Alex Pott 1356c25683 Issue #1924990 by tim.plunkett:Remove system_config_form(). 2013-06-26 00:21:37 +01:00
Alex Pott 356dc8bacd Issue #1969698 by xjm, damiankloip, tim.plunkett, yched: ConfigEntity::save() should disallow saving ID/UUID conflicts (Field UUID changes can badly corrupt field data). 2013-06-25 23:57:46 +01:00
Alex Pott 5ff3e98c4b Issue #2013939 by swentel, amateescu, pcambra: Remove hook_field_CRUD_() in favor of hook_entity_TYPE_CRUD() calls. 2013-06-25 23:02:08 +01:00
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