- 18 Sep, 2014 4 commits
- 17 Sep, 2014 7 commits
- 16 Sep, 2014 13 commits
- 15 Sep, 2014 16 commits
Issue #2328411 by dawehner, geerlingguy, herom: Convert all permissions to yml files and permission callbacks.
Issue #2337859 by martin107 | YesCT: LanguageUrlRewritingTest should not be setting the id of a language.
Issue #2331079 by znerol, dawehner: Use RouteMatch in access-checks and remove RequestHelper::duplicate().
Issue #2313757 by Berdir, Wim Leers, dawehner: Remove text_processing option from text fields, expose existing string field types as plain text in UI.
Issue #2339665 by larowlan: Fixed EntityForm::submitForm docblock refers to non-existent CommentFormController.
Issue #2319177 by swentel, fago: Fixed Cron lock time limit is too short and does not prevent multiple, concurrent cron runs.
Issue #2337911 by martin107: LanguageUrlRewritingTest checkUrl $language parameter definition is incorrect.
Issue #2339135 by tim.plunkett: Fixed EntityViewsDataTest is located in the wrong directory/namespace.
Issue #2337709 by tim.plunkett: Convert form_state_values_clean() to FormStateInterface::cleanValues().
Issue #2303361 by tim.plunkett, kim.pepper: Replace instances of deprecated drupal_valid_path with PathValidator.
Issue #2338055 by martin107: A couple of quirks in the documentation for \Drupal\language\ConfigurableLanguageManager.
Issue #2224395 by swentel, dixon_, Berdir, fago: Move entity UI code to field_ui module and remove entity.module.
Issue #2260457 by alexpott, beejeebus: Fixed Allow config entities to remove dependent configuration keys when dependencies are deleted due to module uninstall.
Issue #2333113 by effulgentsia, plach: Add an EntityDefinitionUpdateManager so that entity handlers can respond (e.g., by updating db schema) to code updates in a controlled way (e.g., from update.php).
Issue #2337897 by damiankloip: Fixed ManyToOne filter should not display ManyToOneHelper valueForm when exposed.
Issue #2337735 by leslieg, cilefen: ConfigImporter::finish() reads 'Finalising configuration synchronisation.', is UK English.
Issue #2328913 by lanchez, lauriii, joelpittet | crowdcg: Move block classes out of preprocess and into templates.
Issue #2254153 by crowdcg, davidhernandez, joelpittet, mortendk, mdrummond, cilefen, LewisNyman: Move node classes out of preprocess and into templates.
Issue #2337849 by martin107 | YesCT: Dont need alias in use for use Drupal\Core\Language\LanguageInterface as BaseLanguageInterface; in LanguageNegotiationMethodInterface.
Issue #2325691 by jarsenx: Entity Reference Module: Fix documentation that refers to enabling/disabling of modules.
Issue #2331151 by David_Rothstein: Remove leftover code in testFileValidateSize() which runs the tests as a specific user.
Issue #2332709 by swentel, unstatu | dawehner: Fixed Link to add a view mode of a certain entity type is wrong.
Issue #2337591 by swentel, mikeker: Fixed Install failure on Windows: ThirdPartySettingsTrait::getThirdPartySetting not compatible with ThirdPartySettingsInterface::getThirdPartySetting error during install.
Issue #2310341 by ilkkave | YesCT: Remove backwards compatibility for $heading['class'] in template_preprocess_menu_tree().
Issue #2334763 by alexpott: Tidy up of LanguageInterface - removal of setters and other unnecessary methods.