Commit Graph

3088 Commits (b56c5f87928ee4867f18e7c6bac1389a30ae49a2)

Author SHA1 Message Date
Alex Pott 17c250034f Issue #2405943 by fago, mikey_p, dashaforbes: User entity validation misses form validation logic 2015-02-06 11:39:57 +00: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 58bd271b5c Issue #2396553 by nripeshtrivedi, fullerja: field.html.twig documentation on template suggestions is incorrect 2015-02-05 13:54:30 +00:00
Nathaniel Catchpole d9a318b2c8 Issue #2419005 by dawehner, alexpott: Aggregator: Uncaught PHP Exception Drupal\Component\Plugin\Exception\PluginNotFoundException: "The "FeedTitle" plugin does not exist." 2015-02-05 12:46:44 +00:00
Alex Pott e132a9718e Issue #1987832 by aspilicious, disasm, webflo, vijaycs85, adci_contributor, vks7056: Convert system_test callbacks to a new style controller 2015-02-05 10:41:58 +00:00
Alex Pott cf40fa1fbf Issue #2300101 by dpi, ivanjaros: Unrevisioned base fields are ignored during entity load 2015-02-05 09:16:52 +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
Nathaniel Catchpole ce910dcaac Issue #2410151 by alexpott: _system_rebuild_module_data_ensure_required does not parse dependencies 2015-02-04 12:01:01 +00:00
Nathaniel Catchpole e152fefcdf Issue #2414991 by alexpott: Prevent hook_config_schema_info_alter from adding or removing definitions 2015-02-04 11:59:36 +00:00
Alex Pott 1003720c75 Issue #2414235 by hussainweb, dawehner: Upgrade to Symfony 2.6.4 2015-02-04 10:45:52 +00:00
Alex Pott fa9e1854d9 Issue #1987612 by valthebald, Mile23, aspilicious, Pinolo, InternetDevels: Convert ajax_test_dialog_contents() to a new style controller 2015-02-04 10:18:53 +00:00
Alex Pott 1add90127a Issue #1987738 by Mile23: Convert menu_test_callback() to a new style controller 2015-02-04 10:10:49 +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 436071f3f5 Issue #2419015 by pwolanin: Remove use of base: scheme in LocalTasksTest 2015-02-03 16:09:22 +00:00
Alex Pott 923527b7f4 Issue #2415757 by chintan.vyas: Remove all uses of file_get_mimetype 2015-02-03 10:46:16 +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
Alex Pott 58a891faa7 Issue #2360175 by zaporylie, gaurav.goyal, droplet, sivaji@knackforge.com, mcdruid, nod_, er.pushpinderrana, brahmjeet789: Change .append(' ') with CSS style in system.admin.css 2015-02-03 08:55:41 +00:00
webchick 10e4e0c756 Issue #2417705 by idebr: Autocomplete suggestions visual regression after modal and jQuery UI update 2015-02-02 07:30:06 -08:00
Alex Pott 7a2948aa4f Issue #552478 by markcarver, sun, effulgentsia, jhedstrom, ohnobinki: Restrict "self-closing" tags to only void elements in drupal_pre_render_html_tag 2015-02-02 12:45:14 +00:00
Alex Pott 58179dc74c Issue #2409579 by tstoeckler, katzilla, k4v: Allow to enter the machine name in the module filter 2015-02-02 12:05:53 +00:00
Alex Pott 6d75fd574c Issue #2374019 by yched, jibran, amateescu: Cleanup the use of custom item properties in EntityReferenceFormatterBase 2015-02-02 10:47:25 +00:00
webchick 5f5819c267 Issue #2418139 by pwolanin, kgoel, dawehner, almaudoh, Wim Leers: Add a toUriString method to Url class and add a route: scheme 2015-02-01 22:46:13 -08:00
Alex Pott fc63f5e0c4 Issue #2050759 by tim.plunkett, fietserwin: Move drupal_chmod and other code in file.inc to a Drupal\Core\File\FileSystem class 2015-02-01 17:09:10 +00:00
Alex Pott 8e0bcfef08 Issue #2411073 by Wim Leers: Fix documentation of hook_library_build_info() 2015-02-01 10:58:28 +00:00
Alex Pott ed7f9d9eed Issue #2066557 by mparker17, valthebald, chakrapani: Convert system.module's test's database_test.module's JSON functions to a new-style controller 2015-02-01 10:01:38 +00:00
webchick a504201e34 Issue #2417793 by effulgentsia, Wim Leers, YesCT, yched, dawehner: Allow entity: URIs to be entered in link fields 2015-01-31 22:21:03 -08:00
webchick ce199a18ff Issue #2416955 by dawehner, YesCT, amateescu, jibran, yched, anavarre: Convert MenuLinkContent to use a link widget 2015-01-31 07:01:58 -08:00
webchick f977553177 Issue #2368653 by YesCT, pcambra, dawehner: Replace _l in all places (3) besides one 2015-01-30 21:36:44 -08:00
webchick 7992d4f58a Issue #2417333 by Wim Leers, pwolanin, xjm, dawehner: Add support for user-path: scheme to Url class 2015-01-30 21:04:54 -08:00
webchick e69cd76706 Issue #2416763 by xjm, Wim Leers, effulgentsia: Convert Url::fromUri() base:// scheme to base: 2015-01-30 15:15:21 -08:00
webchick cb22bbde88 Issue #2406749 by dawehner, YesCT, amateescu, hussainweb, kim.pepper, RavindraSingh, pwolanin, Wim Leers, Gábor Hojtsy, yched, jibran: Use a link field for custom menu link 2015-01-30 12:10:58 -08:00
Alex Pott d42d61a79b Issue #2398689 by jeqq: Follow-up: Applying entity schema updates still fails when both field and entity type definitions changes 2015-01-30 18:27:35 +00:00
Alex Pott 74eed0ecf3 Issue #2410123 by jeqq: Use mutable configuration to fix compatibility in update_fix_compatibility() 2015-01-30 14:36:18 +00: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
Nathaniel Catchpole b9adf5d833 Issue #1798332 by jhedstrom, dawehner, vedpareek, prajaankit: Add paging to the EntityListBuilder 2015-01-30 11:16:31 +00:00
Alex Pott a5bbb06e6d Issue #2412241 by idebr, Wim Leers: Active menu links with identical paths get a duplicate "active" class for every active menu link 2015-01-30 10:49:47 +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
webchick 0fb9bb5474 Issue #2364157 by mpdonadio, dawehner, martin107, Berdir, pcambra, naveenvalecha, tim.plunkett: Replace most existing _url calls with Url objects 2015-01-29 20:56:19 -08:00
Nathaniel Catchpole 5bf651dabf Revert "Issue #2388749 by alexpott, adci_contributor, ParisLiakos: Register symfony's mime guessers if they are supported"
This reverts commit 4dae1d994e.
2015-01-28 10:55:26 +00:00
Alex Pott bce75ca082 Issue #2282035 by hussainweb, RavindraSingh, joachim: Title not shown during a batch operation 2015-01-27 17:28:25 +00:00
Nathaniel Catchpole 4dae1d994e Issue #2388749 by alexpott, adci_contributor, ParisLiakos: Register symfony's mime guessers if they are supported 2015-01-27 11:09:27 +00:00
Alex Pott 65edcac35b Issue #2413587 by Wim Leers, willzyx: Aggregate JavaScript files no longer working 2015-01-26 17:12:55 +00:00
Nathaniel Catchpole 28e9d3ea08 Issue #2342243 by martin107: Within a nested foreach loop you cannot re-use the index variable! 2015-01-26 12:24:15 +00:00
Alex Pott c741d42ede Issue #2333719 by alvar0hurtad0, idebr, LewisNyman, msankhala: Abstract Views Exposed Form styling out into a reusable class 2015-01-26 10:57:31 +00:00
Alex Pott 6d05fc8e5d Issue #2381763 by chx, webflo: Adjust the order of container yamls to override settings per environment 2015-01-26 10:40:40 +00:00
Alex Pott 8ee035826c Issue #2347469 by mondrake, Wim Leers, larowlan, kattekrab, mnico, tadityar: Rendering forms in AjaxResponses does not attach assets automatically 2015-01-25 11:32:58 +00:00
Alex Pott 23e9d7f16e Issue #2341323 by dawehner, plach: Adapt the references field / table names in views, when corresponding entity schema changes 2015-01-25 11:30:28 +00:00
catch ea568f1d13 Issue #784626 by Wim Leers, Manuel Garcia, jcisio, joelpittet, Bevan, fcaspani, dcmouyard: Default all JS to the footer, allow asset libraries to force their JS to the header 2015-01-25 09:36:31 +00:00