Commit Graph

4860 Commits (9b3f8719d29f579099f81f150c7a5b74d4737229)

Author SHA1 Message Date
webchick 9b3f8719d2 Issue #2020693 by heddn: Rename Views method post_render() to postRender(). 2013-06-17 00:22:57 -05:00
webchick 2d4478df3c Issue #2020697 by heddn: Rename Views method add_filter() to addFilter(). 2013-06-17 00:19:37 -05:00
webchick 071fa21e2b Issue #2004408 follow-up by tim.plunkett: Fix tests to account for previous fix. 2013-06-16 23:32:45 -05:00
webchick 9ab3d605ba Issue #1891198 follow-up by tim.plunkett: Fix broken tests due to mis-named yaml file. 2013-06-16 23:09:46 -05:00
webchick bff96f484f Issue #2004408 follow-up by tim.plunkett: Fixed broken tests due to missing use statement. 2013-06-16 23:04:53 -05:00
webchick 79a7f1cffe Issue #1978166 follow-up by tim.plunkett: Fix broken tests due to broken typehint. 2013-06-16 23:02:22 -05:00
Alex Pott 547b874516 Issue #1987262 by the_phi, clemens.tolboom, Damien Tournoud, bshaffer: [Installation Error] Symfony: "The service definition 'request' does not exist.". 2013-06-17 02:27:24 +02:00
Alex Pott 30f6062a18 Issue #2018731 by swentel: Move field_has_data() to Field::hasData(). 2013-06-17 02:22:30 +02:00
Alex Pott cf8f023c02 Issue #2017449 by ParisLiakos: Drupal\Tests\user\Views\Argument\RolesRidTest is in the wrong place. 2013-06-17 02:15:30 +02:00
Alex Pott 00155e5d1e Issue #1959062 by patrickd, brad.bulger: Check safe_mode() = Off requirement early. 2013-06-17 02:13:16 +02:00
Alex Pott 33b0337439 Issue #2009666 by aaronott, jiff, jeroen12345: Replace theme() with drupal_render() in search module. 2013-06-17 02:06:22 +02:00
Alex Pott 5d83ca57c1 Issue #2008954 by markie: Replace theme() with drupal_render() in /core/lib. 2013-06-17 02:04:58 +02:00
Alex Pott b61918f0ff Issue #2009018 by InternetDevels: Replace theme() with drupal_render() in filter module. 2013-06-17 02:01:55 +02:00
Alex Pott a544e13f51 Issue #2012882 by damiankloip, dawehner: Move getDisplaysList() out of View storage class to ViewListController. 2013-06-17 01:58:58 +02:00
Alex Pott 42c1a7c014 Issue #1898428 by joelpittet, shanethehat, Floydm, gillbates, steinmb, artis, Cottser, gnuget: locale.module - Convert theme_ functions to Twig. 2013-06-17 01:54:01 +02:00
Alex Pott bd6ad51a89 Issue #2008558 by effulgentsia: Move nonalterations from hook_entity_bundle_info_alter() implementations to hook_entity_bundle_info() implementations. 2013-06-17 01:41:55 +02:00
Alex Pott 6f25f15885 Issue #1978166 by larowlan, smiletrl, tim.plunkett, effulgentsia: Convert block/add/{%custom_block_type()} to Controller. 2013-06-17 01:38:28 +02:00
Alex Pott c5cecfde1d Issue #1898456 by joelpittet: Common_test().module - Convert theme_ functions to Twig. 2013-06-17 01:19:04 +02:00
Alex Pott e89fbf339d Issue #2019469 by clemens.tolboom: Tour module should use token for it's body. 2013-06-17 01:15:17 +02:00
Alex Pott ca484d92c1 Issue #1891198 by dawehner: Move views test helper modules to views/tests/modules. 2013-06-17 01:13:34 +02:00
Alex Pott 5bf89a4573 Issue #2008356 by dawehner, tim.plunkett: Provide a _entity_list() route default to replace Controller\EntityListController and mimic _entity_form(). 2013-06-17 00:06:21 +02:00
Alex Pott ecd19d9a52 Issue #2002110 by alanmoo, micahredding, xjm, chx, RobLoach, LinL: Remove double semicolons. 2013-06-16 22:45:33 +02:00
Alex Pott 1648a479c4 Issue #1893772 by chx, fubhy, slashrsm: Move entity-type specific storage logic into entity classes. 2013-06-16 11:40:11 +02:00
Alex Pott d9f7b3a35b Issue #1950632 by effulgentsia, Wim Leers, amateescu, yched: Create a FieldDefinitionInterface, decoupled from and config entities, and use it for formatters and widgets. 2013-06-16 10:27:11 +02:00
Alex Pott 096b8c5a58 Issue #2010290 by tim.plunkett, larowlan, alexpott, ParisLiakos: Editing a config entity from a listing page results in a 'page not found'. 2013-06-16 10:24:30 +02:00
Alex Pott 033451a4d2 Issue #2006484 followup by amateescu: Remove dependency on datetime from node. 2013-06-15 12:01:09 +02:00
Alex Pott 00a4259367 Issue #2003304 by jibran, gdf, Dan Reinders, heddn: Rename Views method set_count_field() to setCountField(). 2013-06-15 11:50:01 +02:00
Alex Pott 9791575da5 Issue #2003410 by ricky.middaugh, heddn, pcambra: Rename Views method get_where_args() to getWhereArgs(). 2013-06-15 11:49:03 +02:00
Alex Pott 6345a5cbc2 Issue #2002484 by brennanmh, heddn, Dan Reinders, hussainweb: Rename Views method ensure_table() to ensureTable(). 2013-06-15 11:47:11 +02:00
Alex Pott 5c09348793 Issue #2002438 by theladebug, malcomio, heddn: Rename Views method default_action() to defaultAction(). 2013-06-15 11:45:48 +02:00
Alex Pott 863a9bd821 Issue #2002346 by heddn, crowdcg, marlatt, farfanfelipe, jibran: Rename Views method adjust_join() to adjustJoin(). 2013-06-15 11:44:23 +02:00
Alex Pott fc1bd6f3d3 Issue #2002344 by elvis2, heddn: Rename Views method add_where_expression() to addWhereExpression(). 2013-06-15 11:43:20 +02:00
Alex Pott 1ea2d228c4 Issue #1946208 by dawehner: Rewrite QueryGroupByTest to use ViewUnitTestBase. 2013-06-15 11:40:18 +02:00
Alex Pott 757d39e2dd Issue #1843788 followup by Eric_A: Remove template_process_username(). 2013-06-15 11:10:01 +02:00
Alex Pott 6d54ed7ac1 Issue #1818568 by Berdir, das-peter: Convert files to the new Entity Field API. 2013-06-15 10:46:11 +02:00
Alex Pott db0104f408 Issue #1817672 by jibran, dawehner, bdgreen, damiankloip: Replace db_select() with an injected database connection in views plugins. 2013-06-15 10:33:10 +02:00
Alex Pott 2a17837fda Issue #843708 by mgifford, dawehner: Add option to set caption & remove summary in the html table (Accessibility). 2013-06-15 09:19:01 +02:00
Alex Pott 6012988251 Issue #2020249 by plach: Create Drupal::languageManager for improved DX. 2013-06-15 08:59:47 +02:00
Alex Pott 0e58a6213a Issue #2017323 by jibran: Fixed admin/content does not have a border anymore. 2013-06-15 01:10:46 +02:00
Alex Pott 82d44b7834 Issue #2016177 followup by yched: Refactor 'autocreate entity' handling from entity_reference(). 2013-06-15 01:02:26 +02:00
Alex Pott fa6444e067 Issue #2008974 by K15.Multik, drupee: Replace theme() with drupal_render() in book module. 2013-06-15 00:59:22 +02:00
Alex Pott f6f0478873 Issue #2008986 by markie: Replace theme() with drupal_render() in datetime module. 2013-06-15 00:57:41 +02:00
Alex Pott b6eb3d4c94 Issue #2009658 by chrisjlee, helga.chb: Replace theme() with drupal_render() in menu module. 2013-06-15 00:56:38 +02:00
Alex Pott f7a22ec09a Issue #2014009 by kgoel: Replace drupal_container() with Drupal::service() in the serialization module. 2013-06-15 00:48:02 +02:00
Alex Pott 8679f24b94 Issue #1999424 by marcingy, mongolito404, jiff: Use Symfony Request for path module. 2013-06-15 00:45:49 +02:00
Alex Pott 2d5b6c41b3 Issue #1999404 by marcingy, mongolito404, jiff: Use Symfony Request for node module. 2013-06-15 00:44:55 +02:00
Alex Pott b90377b32b Issue #1999398 by chertzog: Use Symfony Request for menu module. 2013-06-15 00:44:04 +02:00
Alex Pott 76518e6f95 Issue #1998708 by kim.pepper, kmcculloch: Use Symfony Request for block module. 2013-06-15 00:42:02 +02:00
Alex Pott cb07e91364 Issue #1999444 by chertzog: Use Symfony Request for translation module. 2013-06-15 00:40:37 +02:00
Alex Pott fa9c197e57 Issue #1843788 by scor, jenlampton, tyjamessmith: Remove template_process_username(). 2013-06-15 00:27:57 +02:00