Alex Pott
|
f64568df15
|
Issue #2285189 by Jose Reyero, Gábor Hojtsy: Fixed Undefined config schema type should not be explicitly used in config schemas.
|
2014-07-17 23:25:29 +01:00 |
Alex Pott
|
518e3c9f7f
|
Issue #2298319 by Berdir | ivanjaros: Fixed views.display.block.allow should be a sequence not a boolean.
|
2014-07-17 00:19:53 +01:00 |
Alex Pott
|
fc939d4e6c
|
Issue #2268761 by tim.plunkett: Remove support for function-based forms.
|
2014-07-16 23:26:38 +01:00 |
Alex Pott
|
573ad2a1d7
|
Issue #2299421 by amitgoyal, joshi.rohit100: Remove all usage of drupal_build_form() as deprecated and replaced by FormBuilderInterface::buildForm().
|
2014-07-15 13:51:13 +01:00 |
Alex Pott
|
f2b6aa7a75
|
Issue #2291137 by cilefen | webchick: Rename various *links.yml files to improve DX.
|
2014-07-15 12:29:14 +01:00 |
Alex Pott
|
0cf2996a30
|
Issue #2078015 by er.pushpinderrana, RoSk0 | alexanansi: Modernize views_test_data.module forms.
|
2014-07-15 10:22:56 +01:00 |
Nathaniel Catchpole
|
02a32e3ff5
|
Issue #2284103 by alexpott, fabpot, damiankloip, Xano, Xen, Berdir: Fixed Remove the request from the container.
|
2014-07-14 15:58:53 +01:00 |
Alex Pott
|
3c30539329
|
Issue #2208893 by ngocketit, longwave: Remove unused functions from Views.
|
2014-07-13 10:32:02 +01:00 |
webchick
|
686b47cd0b
|
Issue #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom, rhm50, naveenvalecha, andypost, mandar.harkare, sergeypavlenko, sidharthap, SIz, tkuldeep17: Replace user_access() calls with ->hasPermission() in all core modules except user.
|
2014-07-11 23:55:56 -07:00 |
webchick
|
a07a4918b3
|
Revert "Issue #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom: Replace user_access() calls with ->hasPermission() in all core modules except user."
Fixing commit credit.
This reverts commit 25afa8100a .
|
2014-07-11 23:54:55 -07:00 |
webchick
|
25afa8100a
|
Issue #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom: Replace user_access() calls with ->hasPermission() in all core modules except user.
|
2014-07-11 22:41:12 -07:00 |
Alex Pott
|
837d726fea
|
Issue #1498662 by andypost, larowlan | dawehner: Refactor comment entity properties to multilingual.
|
2014-07-11 11:37:14 +01:00 |
webchick
|
30c2afed20
|
Issue #697760 by sun: Replace getInfo() in tests with native phpDoc + annotations (following PHPUnit).
|
2014-07-10 20:50:37 -07:00 |
Alex Pott
|
8501b7f2d0
|
Issue #2257519 by sun, larowlan, xjm, cs_shadow: Move content assertion methods into a trait, so DUTB can consume it, too.
|
2014-07-10 16:32:46 +01:00 |
Alex Pott
|
77a45280ba
|
Issue #2279681 by mgifford, joshi.rohit100, thedavidmeister: Views' InOperator filter should use Unicode::truncate() in adminSummary().
|
2014-07-10 14:52:54 +01:00 |
webchick
|
090d1b3e7e
|
Issue #2294771 by tim.plunkett | anavarre: Fixed Add views display always defaults to attachment.
|
2014-07-08 14:47:10 -07:00 |
Alex Pott
|
49034dabb3
|
Issue #2229771 by Alan D.: Fixed Pager quantity of 10 is inconsistent with the rest of core.
|
2014-07-07 13:17:25 +01:00 |
Dries
|
41576e126f
|
Issue #1875996 by Xano, tim.plunkett, neclimdul, Rajendar Reddy, Jalandhar: Reconsider naming conventions for derivative classes.
|
2014-06-30 15:24:34 -04:00 |
Dries
|
6933b27767
|
Issue #2239009 by effulgentsia, dawehner: Remove public direct usage of the '_system_path' request attribute.
|
2014-06-30 15:09:23 -04:00 |
webchick
|
94e0188a10
|
Issue #2294129 by xjm, tim.plunkett: Switch hook_help() to use RouteMatch instead of Request.
|
2014-06-29 20:33:08 -07:00 |
webchick
|
5cd540a56d
|
Issue #2286681 by alexpott, tim.plunkett: Fixed Make public properties on ConfigEntityBase protected.
|
2014-06-27 08:09:42 -07:00 |
Nathaniel Catchpole
|
ee820da6fb
|
Issue #2183417 by kgoel, alimac: In Sql Rename Views properties to core standards.
|
2014-06-26 13:24:17 +01:00 |
webchick
|
0843922e30
|
Issue #2216539 by jhodgdon, dawehner: Fill in @defgroup/topic docs for Views overview.
|
2014-06-25 13:39:01 -07:00 |
Nathaniel Catchpole
|
1e467aad6d
|
Issue #1428784 by ivasyk.orest, joshi.rohit100, tim.plunkett, martin107, Rajendar Reddy, visabhishek, wiifm, joachim: Document field data hooks: hook_field_views_data[_alter](), hook_field_views_data_views_data_alter().
|
2014-06-23 18:44:50 +01:00 |
webchick
|
4809d4d94d
|
Issue #2234439 by jhodgdon, cosmicdreams, xjm: Add a section for the plugin system to the API doc landing page.
|
2014-06-20 10:55:45 -07:00 |
Nathaniel Catchpole
|
6f33b60481
|
Issue #2124957 by Wim Leers, catch: Replace 'content' cache tag with 'rendered' and use it sparingly.
|
2014-06-20 18:41:22 +01:00 |
Nathaniel Catchpole
|
86e432e05e
|
Issue #2143291 by plach, alexpott, xjm, effulgentsia, pwolanin, swentel | yched: Clarify handling of field translatability.
|
2014-06-20 18:40:27 +01:00 |
Nathaniel Catchpole
|
0f752ca609
|
Issue #1906810 by dawehner, damiankloip, tstoeckler, kgoel, fubhy, jrglasgow, xjm, Gaelan, socketwench: Require type hints for automatic entity upcasting.
|
2014-06-20 18:38:26 +01:00 |
Nathaniel Catchpole
|
a4d7fad2ae
|
Revert "Issue #1906810 by dawehner, damiankloip, tstoeckler, kgoel, fubhy, jrglasgow, xjm, Gaelan, socketwench: Require type hints for automatic entity upcasting."
This reverts commit c9e73f7def .
|
2014-06-20 18:38:00 +01:00 |
Nathaniel Catchpole
|
c9e73f7def
|
Issue #1906810 by dawehner, damiankloip, tstoeckler, kgoel, fubhy, jrglasgow, xjm, Gaelan, socketwench: Require type hints for automatic entity upcasting.
|
2014-06-20 13:21:57 +01:00 |
Dries
|
f0337421a4
|
Issue #2208115 by Xano, damiankloip, Crell: Add DependencySerializationTrait.
|
2014-06-18 21:59:45 +02:00 |
Alex Pott
|
0b8912073d
|
Issue #2287385 by neclimdul: Fixed PHPUnit coverage tests.
|
2014-06-17 21:47:19 +01:00 |
webchick
|
1228438e65
|
Issue #2278541 by tim.plunkett, kim.pepper, Bojhan, EclipseGc: Refactor block visibility to use condition plugins.
|
2014-06-17 10:53:40 -07:00 |
Nathaniel Catchpole
|
0c33183a9e
|
Issue #2256679 by alexpott, tim.plunkett: Fixed Use config schema to determine which config entity properties to export regardless of whether they are public or protected.
|
2014-06-14 10:03:25 +01:00 |
webchick
|
b1b3b2b886
|
Issue #2275877 by Mixologic, duellj, Les Lim, Xano, David Strauss: Replace master/slave terminology with primary/replica.
|
2014-06-13 19:31:56 -07:00 |
Nathaniel Catchpole
|
bc7e413dfb
|
Issue #2281905 by Berdir: Stop caching plugin discovery/info hooks by language.
|
2014-06-12 10:10:59 +01:00 |
webchick
|
12317b75fd
|
Issue #2283969 by tim.plunkett: Add a protected BlockBase::blockAccess() to contain plugin-specific logic.
|
2014-06-11 14:31:42 -07:00 |
Alex Pott
|
742fe6182b
|
Issue #2255659 by dawehner, xjm, jrbeeman, damiankloip: Added Provide a GET query parameter default argument plugin.
|
2014-06-11 12:08:03 +01:00 |
Nathaniel Catchpole
|
4f086d1f7e
|
Issue #2252743 by amitgoyal, er.pushpinderrana, jonreid, lexfunk: Rename 'clone' to 'duplicate' for displays in Views UI.
|
2014-06-11 11:35:46 +01:00 |
webchick
|
49a900460d
|
Issue #2246665 by jaredsmith, martin107, YesCT, filijonka, tstoeckler: Typehint with Drupal\Core\Language\LanguageInterface instead Drupal\Core\Language\Language.
|
2014-06-10 09:53:32 -07:00 |
Alex Pott
|
7a291c9a15
|
Issue #1921970 by IshaDakota, benelori, mitron: Clean up comments in core .views.inc files.
|
2014-06-09 09:50:45 -05:00 |
Alex Pott
|
22fc66d5e4
|
Issue #2277941 by yched: Allow injecting an arbitrary FieldConfig when building a FieldInstanceConfig.
|
2014-06-09 09:41:31 -05:00 |
Alex Pott
|
94d95e5b4d
|
Issue #2154957 by ParisLiakos, xjm: Add OPML functionality to views.
|
2014-06-08 18:22:25 -05:00 |
Alex Pott
|
fa47d45002
|
Issue #2278037 by connork: Fixed Code comments in View's RouteSubscriberTest are inaccurate.
|
2014-06-08 18:06:54 -05:00 |
Alex Pott
|
d5be5c0454
|
Issue #2217877 by Wim Leers, Dave Reid, damiankloip, xjm, chx | catch: Fixed Text filters should be able to add #attached, #post_render_cache, and cache tags.
|
2014-06-08 16:25:15 -05:00 |
Nathaniel Catchpole
|
0a7f5b8443
|
Issue #2244447 by alexpott, sun, Berdir: Translation of low-level info/annotations leads to circular dependencies.
|
2014-06-07 11:24:02 +01:00 |
Alex Pott
|
1ab2651755
|
Issue #2183231 by tstoeckler, plach, jessebeach, fago, Berdir, xjm, mauzeh: Make ContentEntityDatabaseStorage generate static database schemas for content entities.
|
2014-06-01 15:53:43 -05:00 |
Alex Pott
|
7a98471c44
|
Issue #2273631 by vijaycs85: Unify config entity schemas with a base schema type.
|
2014-05-31 06:55:13 -05:00 |
Nathaniel Catchpole
|
5cdf2ccec4
|
Issue #2236781 by damiankloip, alexpott, xjm: Fixed ViewsData only writes one per-table cache entry per request.
|
2014-05-29 14:47:39 +01:00 |
Nathaniel Catchpole
|
1187a68197
|
Issue #788900 by ParisLiakos, dawehner, effulgentsia, xjm, et al: Deprecate and remove usages of arg().
|
2014-05-28 10:55:05 +01:00 |