Commit Graph

1049 Commits (a9be94a5a0e7d5615a8ff50138c1cf2c99ceb894)

Author SHA1 Message Date
Nathaniel Catchpole b9a978d202 Issue #2177041 by dawehner, Berdir, jibran: Remove all implementations of hook_menu. 2014-02-26 10:53:29 +00:00
Nathaniel Catchpole d41d3db083 Issue #2199483 by damiankloip, alexpott: Provide a default config_prefix based on entity type ID and provider. 2014-02-25 10:12:46 +00:00
Alex Pott 1ca2032b88 Issue #2197877 by kirby14: Remove empty views.display_extender.schema.yml file. 2014-02-24 09:40:21 +00:00
webchick 01457d74ea Issue #2200821 by yched, plopesc, Berdir, claudiu.cristea, swentel: Rename Fieldinterface and FieldInstanceInterface. 2014-02-22 21:16:46 -08:00
webchick f19fadd3a4 Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file. 2014-02-22 20:56:51 -08:00
Alex Pott a1a5e155f8 Issue #2198343 by damiankloip, longwave: Convert all usages of cache() and cache_invalidate_tags() procedural functions. 2014-02-21 15:21:08 +00:00
webchick 96e7aa9a33 Issue #2006606 by plach, vijaycs85, Gábor Hojtsy, dawehner, YesCT, pfrenssen: Views rendering ignores entity language, eg: Identical nodes rendered in views when nodes have translations. 2014-02-20 09:40:18 -08:00
webchick d6c9c5751e Issue #2110615 by swentel, dawehner, xjm, chx: Do not ship with default UUIDs. 2014-02-20 08:26:41 -08:00
Alex Pott eb53ecc555 Issue #2187735 by ianthomas_uk, Sutharsan, andypost: Add removal information to docblock of all @deprecated functions. 2014-02-20 13:49:37 +00:00
Nathaniel Catchpole 9bca57c6a3 Issue #1853572 by xjm, alexpott: Remove the old default tracker view. 2014-02-20 11:53:24 +00:00
Alex Pott 40dc8daf51 Issue #2095303 by swentel, plopesc, Berdir, claudiu.cristea, yched: Rename 'field_entity' to 'field_config' and 'field_instance' to 'field_instance_config'. 2014-02-19 23:29:14 +00:00
Nathaniel Catchpole b65c8f413d Issue #2198423 by damiankloip: Store the provider for Views plugins. 2014-02-19 16:59:12 +00:00
Alex Pott b0da3ae64e Issue #2119905 by damiankloip, tim.plunkett, Berdir: Provide @ConfigEntityType and @ContentEntityType to have better defaults. 2014-02-18 14:34:10 +00:00
Alex Pott a16b56392b Issue #2195745 by sun: Replace _filter_htmlcorrector() with a utility class in core. 2014-02-16 19:15:45 +00:00
Nathaniel Catchpole e3dfcf9371 Issue #1217840 by tim.plunkett: Use unset() instead of array_shift() to remove arguments from func_get_args(). 2014-02-14 12:35:19 +00:00
Nathaniel Catchpole b13bf91994 Issue #2187829 by longwave, IshaDakota, ianthomas_uk, richard.c.allen2386: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in core/modules/views. 2014-02-13 11:53:32 +00:00
Nathaniel Catchpole f559c64054 Issue #2191533 by lowjoel, Berdir: Fixing ViewsDataTest::testFetchBaseTables to correctly check for sorting order. 2014-02-13 11:47:09 +00:00
Alex Pott cdab74eed5 Issue #1541298 by sun, Berdir: Remove Node module dependency from Testing profile. 2014-02-13 11:28:24 +00:00
Nathaniel Catchpole 54f8683de8 Issue #1853536 by jhodgdon, dawehner, damiankloip, xjm, mgifford: Reintroduce Views integration for search.module (not supporting backlinks view). 2014-02-13 11:02:41 +00:00
Alex Pott 0b760b1c79 Issue #2190183 by damiankloip: Replace views_view_has_form_elements() with a hasFormElements() method on ViewExecutable. 2014-02-13 09:18:54 +00:00
Alex Pott 932e4d9eb0 Issue #2184231 by jibran, dawehner, Xano: Use ConfigFactoryInterface to type hint ConfigFactory. 2014-02-13 01:59:44 +00:00
Nathaniel Catchpole d4e88df007 Issue #1934772 by sun, andypost, tim.plunkett: Filter module is not required, but is marked as required. 2014-02-11 11:49:41 +00:00
Nathaniel Catchpole 7528f36b2e Issue #2183419 by kgoel: In StylePluginBase Rename Views properties to core standards. 2014-02-11 11:30:55 +00:00
Alex Pott 1cce8991af Issue #2190643 by Berdir, amateescu, Xano, yched: Serializing the container is a very very bad idea, let's prevent it?. 2014-02-11 09:42:30 +00:00
Alex Pott 0a1e9aa037 Issue #2084907 by clemens.tolboom, chris_hall_hu_cheng, Noe_, discipolo, Xano, patrickd, damiankloip, alexpott | Jeff Burnz: Hook_views_pre_render() is broken if your theme implements a base theme. 2014-02-10 09:39:44 +00:00
Alex Pott 6c2ed3f11e Issue #2165155 by Berdir, tim.plunkett: Change $entity_type to $entity_type_id and $entity_info to $entity_type/$entity_types. 2014-02-10 09:24:05 +00:00
catch def9926978 Issue #2095959 by dawehner, Berdir, InternetDevels: Remove instances of menu_get_object('node'). 2014-02-09 20:10:17 +00:00
Alex Pott 0b66890345 Issue #2191101 by Cottser, thedavidmeister | xjm: Replace calls to theme() with drupal_render() in Views plugins. 2014-02-09 01:41:34 +00:00
Nathaniel Catchpole eeb7c103e6 Issue #2189453 by damiankloip, sun: Fatal error: Call to a member function hasPath() on a non-object in ViewListController::getDisplayPaths(). 2014-02-07 17:42:41 +00:00
webchick dca2d601ca Issue #1857442 by longwave, dawehner: Make $values optional on entity_create. 2014-02-06 23:47:06 -08:00
webchick 255a33f541 Issue #1967124 by damiankloip, dawehner | xjm: Bulk action views array to string conversion when there are no results. 2014-02-06 23:15:09 -08:00
webchick 39a0b439f6 Issue #2183423 by InternetDevels | bohart: In ManyToOne Rename Views properties to core standards. 2014-02-06 23:12:15 -08:00
webchick 5439b7699b Issue #2187063 by Les Lim: Fix @inheritdoc typos throughout core. 2014-02-06 23:10:14 -08:00
webchick 048cd4512a Issue #2181855 by Cottser: Don't let ViewTestBase hog the useful assertBlockAppears and assertNoBlockAppears methods. 2014-02-04 23:15:27 -08:00
Alex Pott dd4890bca9 Issue #2049573 by pcambra, damiankloip, tim.plunkett, dawehner: Move most or all of the ActionBulkForm class to BulkFormBase. 2014-02-02 20:06:53 +00:00
Alex Pott c6ee822f4a Issue #2177703 by webflo: Fix link attribute structure. 2014-02-02 13:53:18 +00:00
Alex Pott 76bcb27b13 Issue #2167641 by tim.plunkett: EntityInterface::uri() should use route name and not path. 2014-01-31 15:08:43 +00:00
Alex Pott 20315e1de7 Issue #2164827 by Berdir, Xano, tim.plunkett: Rename the entityInfo() and entityType() methods on EntityInterface and EntityStorageControllerInterface. 2014-01-30 12:14:58 +00:00
Nathaniel Catchpole aa03c3dd54 Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct. 2014-01-30 12:04:18 +00:00
Alex Pott acd3a59ea8 Issue #2047633 by pwolanin, dawehner, kim.pepper, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit. 2014-01-29 08:25:00 +00:00
Nathaniel Catchpole e373ebee34 Issue #2167109 by Berdir, sun, alexpott, ACF, acrollet, adamdicarlo, Albert Volkman, andreiashu, andyceo, andypost, anenkov, aspilicious, barbun, beejeebus, boombatower, cam8001, chriscalip, chx, cosmicdreams, dagmar, damiankloip, dawehner, deviance, disasm, dixon_, dstol, ebrowet, Gábor Hojtsy, heyrocker, Hydra, ianthomas_uk, japicoder, jcisio, jibran, julien, justafish, jvns, KarenS, kbasarab, kim.pepper, larowlan, Lars Toomre, leschekfm, Letharion, LinL, lirantal, Lukas von Blarer, marcingy, Mike Wacker, mrf, mtift, mtunay, n3or, nadavoid, nick_schuch, Niklas Fiekas, ParisLiakos, pcambra, penyaskito, pfrenssen, plopesc, Pol, Rok Žlender, rvilar, swentel, tim.plunkett, tobiasb, tsvenson, typhonius, vasi1186, vijaycs85, wamilton, webchick, webflo, wizonesolutions, xjm, yched, YesCT, znerol: Remove Variable subsystem. 2014-01-28 13:07:47 +00:00
Alex Pott 2d476a5f0e Issue #1913510 by erich_s, jibran, scresante, nod_, mitron: Core Javascript Files Not Using Standard Indentation. 2014-01-27 21:41:32 +00:00
Nathaniel Catchpole 559479f8db Issue #2164367 by alexpott, tim.plunkett, dawehner: Rebuild router as few times as possible per request. 2014-01-27 11:55:37 +00:00
webchick b8ef75c5f4 Issue #2169447 by damiankloip, sun, longwave: DX: Supply CacheBackendInterface::CACHE_PERMANENT as Cache::PERMANENT. 2014-01-25 21:21:53 -08:00
Alex Pott 9f57eec8f9 Issue #2171757 by amateescu: Drupal\views\Form\ViewsForm should extend DependencySerialization. 2014-01-25 11:41:42 +01:00
webchick 6f3e437f91 Issue #2029537 by Xano, InternetDevels, -enzo- | tsphethean: Replace drupal_sort_weight() with SortArray::sortByWeightElement() and remove drupal_sort_weight(). 2014-01-24 17:58:19 -08:00
Alex Pott 42e2c36937 Revert "Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit."
This reverts commit 531fd59314.
2014-01-24 19:01:38 +01:00
webchick fd2c3c7790 Issue #2099599 by jantimon: Minor for-loop optimizations for base.js. 2014-01-24 00:32:13 -08:00
webchick 310c6159c5 Issue #2175869 by sun: Rename views.view.test_feed_display.yml for consistency. 2014-01-23 23:29:55 -08:00
webchick 7ab517f9ef Issue #2177971 by chr.fritsch, Berdir: Remove bundle_keys annotation and related methods. 2014-01-23 23:28:50 -08:00