Commit Graph

1206 Commits (c4280f71da4ee25acd12d1a1d5c96e393aa66be9)

Author SHA1 Message Date
Alex Pott 0b5f5ce814 Issue #1768526 by swentel, Berdir: NodeFormController::validate() calls buildEntity() twice 2015-02-28 17:11:34 +00:00
Alex Pott a20bad7381 Issue #2350041 by cafuego, swentel: Remove node title field description 2015-02-28 13:47:10 +00:00
Alex Pott b33a46bc1d Issue #2435493 by effulgentsia: Change String::format()'s '@' and '%' placeholders to be auto-escaped rather than always-escaped 2015-02-28 11:41:52 +00:00
Alex Pott 27f0b0f114 Issue #2425637 by pcambra, swentel: ConfigEntityInterface should extend ThirdPartySettingsInterface 2015-02-27 16:41:49 +00:00
Alex Pott 9c2b19cdaa Issue #2431281 by dawehner: Drop support for _access_mode routes and always assume ALL 2015-02-27 12:47:26 +00:00
webchick 95a0059a74 Issue #2421263 by alexpott, formatC'vt, kim.pepper, andypost, larowlan, chx: Potential data loss: concurrent (i.e. by different users) node edits leak through preview 2015-02-21 20:12:54 -08:00
catch 460af4c9f3 Issue #2329101 by Wim Leers: CacheableInterface only has a getCacheKeys() method, no getCacheContexts(), leads to awkward implementations 2015-02-20 09:18:26 +00:00
Alex Pott 87ba2da98b Issue #2394951 by subhojit777, cilefen, Gábor Hojtsy, Kristen Pol, jhodgdon: Page title escaped with HTML markup when editing content translation 2015-02-19 09:46:52 +00:00
Alex Pott 653712e722 Issue #2428941 by amateescu: Update the Node views wizard to use 'entity_autocomplete' for the "tagged_with" field 2015-02-19 09:40:43 +00:00
Alex Pott 2f1345a9ec Issue #2421699 by JeroenT: Remove usage of deprecated functions of WebTestBase 2015-02-18 12:39:20 +00:00
Alex Pott ea2e91a320 Issue #2426659 by chx: NodeCreationTest is not reusable 2015-02-18 09:30:40 +00:00
Alex Pott 14a2c27f38 Issue #2427291 by Stalski: Remove node.pages.inc 2015-02-17 15:04:53 +00:00
Alex Pott 7f6245abfa Issue #2426389 by olli, mikey_p, idebr, amateescu: Port SA-CONTRIB-2015-039 to D8 (views) 2015-02-17 12:51:06 +00:00
Alex Pott d4da92e715 Issue #2426729 by chx: NodeSaveTest hardwires SQL 2015-02-17 00:21:15 +00:00
Alex Pott 99466a04e4 Issue #2420037 by daffie: Remove EntityViewsDataInterface from some subclasses of EntityViewsData which implements EntityViewsDataInterface 2015-02-16 23:46:58 +00:00
Alex Pott 157df3f7ac Issue #2411303 by zuuperman: Documentation of ViewsArgumentDefault plugins construct method mention 'Date instance' instead of the current class instance 2015-02-16 23:14:31 +00:00
webchick b911f7210e Issue #2195183 by cleaver, sandykadam, elgordogrande, jhodgdon, joachim, Eda, hussainweb: document Batch API callbacks as callback implementations 2015-02-13 11:51:15 -08:00
webchick da571c5aa3 Issue #2419943 by martin107: Add inheritdoc to FieldPluginBase extending classes 2015-02-11 14:49:56 -08:00
Alex Pott 7b5e5a95e9 Issue #2404603 by mpdonadio, dawehner, larowlan, RavindraSingh: Add proper support for Url objects in FieldPluginBase::renderAsLink(), so we can remove EntityInterface::getSystemPath() 2015-02-11 13:49:32 +00:00
Alex Pott eebf624a3b Issue #2030633 by hussainweb, Mile23, carsonevans, czigor, Berdir, fernando_calsa, Geijutsuka, amitgoyal, Jānis Bebrītis, undertext: Expand FieldStorageConfig with methods 2015-02-10 13:39:31 +00:00
Alex Pott 024a6a9679 Issue #2409635 by chris_h, Manjit.Singh, stutee, Nitesh Pawar: Improve authored by description 2015-02-09 16:02:25 +00:00
Alex Pott 2d714fbef2 Issue #2357199 by andypost, naiduharish: Consider CommentManagerInterface::addDefaultField() as deprecated and remove in favour of CommentTestTrait 2015-02-09 14:17:47 +00:00
Alex Pott a4df58b1d8 Issue #2391289 by penyaskito, sidharthap, RavindraSingh, lokapujya: Blocks are invisible while selecting content types 2015-02-09 10:51:05 +00:00
Alex Pott 03b7423abc Issue #2421849 by amateescu: Make SelectionBase::buildEntityQuery() protected 2015-02-07 11:12:27 +00:00
webchick 8c0f934297 Issue #2421581 by amateescu: Node preview causes stale values to be kept indefinitely for exisiting nodes 2015-02-06 09:17:58 -08:00
webchick e45522cfd9 Issue #2380457 by Gábor Hojtsy, vijaycs85, olli, dawehner: Some fixes of the views config schema 2015-02-05 23:09:26 -08:00
Nathaniel Catchpole 824fef8a2c Issue #2406103 by Berdir, alexpott: Remove hook_node_validate() and hook_node_submit() because they bypass the entity API 2015-02-05 15:31:02 +00:00
Alex Pott f100d942e3 Issue #2394883 by Gábor Hojtsy, plach, jhodgdon: Language setup for entity and field based rendering in views is independent, confusing UI, lacking test coverage 2015-02-05 10:33:13 +00:00
Alex Pott 0509fbe789 Issue #2164601 by yched, jibran, amateescu, pfrenssen: Stop auto-creating FieldItems on mere reading of $entity->field[N] 2015-02-05 08:58:52 +00:00
webchick b8364ecfa9 Issue #1959806 by amateescu, jibran, goldorak, Wim Leers, yched, dawehner: Provide a generic 'entity_autocomplete' Form API element 2015-02-04 08:41:54 -08:00
Nathaniel Catchpole 02b9e08b7a Issue #2361775 by alexpott, swentel: Third party settings dependencies cause config entity deletion 2015-02-04 13:07:28 +00:00
Alex Pott a801764e01 Issue #2350013 by kattekrab, David_Rothstein: Descriptions for Promotion Options are too technical 2015-02-04 11:46:22 +00:00
Alex Pott 66b5cb9b8c Issue #2153937 by Gábor Hojtsy, pcambra: Default language setting is hard to find 2015-02-04 10:25:06 +00:00
Alex Pott a60a5779b5 Issue #2417983 by kattekrab: Change docs instances of "the the" to "the" 2015-02-04 10:08:41 +00:00
Alex Pott ebea5b839d Issue #2349721 by lauriii, preshetin, wheatpenny, mortendk: Copy node templates to Classy 2015-02-03 15:34:45 +00:00
Alex Pott 3f29fd9143 Issue #2165989 by Xano, pcambra, damiankloip, dawehner: Add a Views field handler for multiple entity operations 2015-02-03 10:05:06 +00:00
Alex Pott f46d6ad949 Issue #2358079 by pwolanin, Berdir: Require a specific placeholder format in db_query() in order to trigger argument expansion, and require explicit 'IN' parameter for conditions 2015-02-03 09:42:28 +00:00
webchick 24bfa759c7 Issue #2418163 by xjm, hussainweb: Recent content view "more" link configuration is malformed 2015-02-01 18:32:14 -08:00
Nathaniel Catchpole 8c517bf37f Issue #2306407 by lauriii, penyaskito, mortendk, pakmanlh, Wim Leers, ypogue: Remove breadcrumb from page template 2015-01-30 11:48:30 +00:00
Alex Pott 9be3165caf Issue #1728804 by Berdir: Introduce (Content)EntityDeleteForm and children to handle entity deletions 2015-01-30 10:46:14 +00:00
Alex Pott 17df2c5cf9 Issue #1916790 by plach, YesCT, penyaskito, Gábor Hojtsy, das-peter, herom, larowlan: Convert translation metadata into regular entity fields 2015-01-25 12:03:16 +00:00
Alex Pott c15cf7d234 Revert "Issue #1916790 by plach, YesCT, penyaskito, Gábor Hojtsy, das-peter, herom, larowlan: Convert translation metadata into regular entity fields"
This reverts commit 920382d4ea.
2015-01-25 12:02:54 +00:00
Alex Pott 920382d4ea Issue #1916790 by plach, YesCT, penyaskito, Gábor Hojtsy, das-peter, herom, larowlan: Convert translation metadata into regular entity fields 2015-01-25 11:54:14 +00:00
Alex Pott 5d20c57be1 Issue #2107243 by amateescu, jibran, larowlan, Xano: Decouple entity reference selection plugins from field definitions 2015-01-23 13:02:31 +00:00
Alex Pott cc9d0f9646 Issue #2405939 by Gábor Hojtsy, olli: use_current_language upcasting option is misleading, it toggles all overrides not just language 2015-01-22 15:01:18 +00:00
Nathaniel Catchpole dd3a59762d Issue #2368797 by Wim Leers, dawehner, rteijeiro: Optimize ajaxPageState to keep Drupal 8 sites fast on high-latency networks, prevent CSS/JS aggregation from taking down sites and use HTTP GET for AJAX requests 2015-01-21 15:21:06 +00:00
Alex Pott b8378ac5ba Issue #2094499 by amateescu: Convert "Manage (form) display" forms to be the official entity edit forms for EntityView[Form]Display objects 2015-01-19 13:26:07 +00:00
Alex Pott 3d14a7d25a Issue #2401505 by Berdir, jibran, larowlan: Add an entity collection template for lists 2015-01-19 09:37:11 +00:00
Alex Pott c34c3dfd05 Issue #2225427 by ianthomas_uk, martin107, JeroenT, LoMo: Remove remaining uses of deprecated language functions (mostly in object oriented code) 2015-01-18 09:47:33 +00:00
Alex Pott 28977ae6fd Issue #2350837 by dawehner, Berdir, larowlan, Wim Leers: Convert most usages of EntityInterface::getSystemPath() to use routes 2015-01-17 09:13:34 +00:00