- 28 Jul, 2013 2 commits
- 27 Jul, 2013 8 commits
- 26 Jul, 2013 10 commits
- 25 Jul, 2013 2 commits
-
- 24 Jul, 2013 18 commits
Issue #2043781 by pwolanin: Fixed Drupal::request()->attributes->get('account') may conflict with an account object loaded from the path.
Issue #1201024 by pillarsdotnet, jbrown, tim.plunket: drupal_realpath() should describe when it should be used.
Issue #2031487 by fubhy, dawehner, pwolanin: When replacing the upcasted values in the request attributes array, retain the original raw value too.
Issue #1843650 by Mark Carver, jenlampton, Cottser: Remove the process layer (hook_process() and hook_process_HOOK).
Issue #2048897 by Les Lim: Fixed Views Grid style: tokens not replaced in custom row/column classes.
Issue #2048833 by larowlan, andypost: Fixed Prepare cache called on field items without checking if PrepareCacheInterface is implemented.
Issue #1888698 by nagwani, hussainweb: Figure out the most used html tags and let people use it in views.
Issue #2029033 by narragansett, EllaTheHarpy, deekayen: Fix spacing and section order in Simpletest docblocks.
Issue #1973450 by AjitS, vijaycs85, yched: Provide config schema to field types and storage in number module.
Issue #2047983 follow-up by plopesc: Mark field_info_()*_types() / field_info_()*_settings() functions as deprecated.
Issue #2046541 by e0ipso: Fixed Unable to activate content translation in the content type edit form.
Issue #2009014 by c4rl, hussainweb, Samvel, jenlampton, benjifisher: Replace theme() with drupal_render() in file module.
Issue #1915026 by steveoliver, 2ndmile, damiankloip, echeese, eromero1, joelpittet, rvilar, waynethayer, Hydra, drupalninja99, dsdeiz: Convert theme_views_ui_container() to Twig.
Issue #2046809 by larowlan, quicksketch: Fixed UUIDs not added when file uploaded using managed_file() FAPI element.
Issue #1938888 by tim.plunkett, ayelet_Cr, amateescu: Convert user_admin_permissions() to a new-style Form object.
Issue #2030817 by mondrake: Fixed Wrong link_type() passed in link's pager_context() in views.theme.inc.
Issue #1875344 by aaronott, damiankloip: Add back removed test coverage in Views' OverrideDisplaysTest.
Issue #864006 by mgifford, dawehner, AjitS: Improve table semantics by adding scope or headers/id attributes.
Issue #2036629 by amateescu: Fixed 'shortcut' entity type is very confusing and should be renamed to 'shortcut_set()'.
Issue #2021817 by effulgentsia, yched: Make widgets / formatters work on EntityNG Field value objects.
Issue #1943846 by fubhy, effulgentsia, tim.plunkett: Improve ParamConverterManager and developer experience for ParamConverters.
Issue #1937926 by richardj, Mandakini_Kumari, Pix, jessehs, alexpott: Fixed Shortcuts toolbar tray does not properly float the 'Edit shortcuts' link in Bartik.
Issue #2049091 by jibran, larowlan: Fix reference to TranslationManager class to right namespace in Drupal class docs.
Issue #1797364 by dcam, lazysoundsystem, Lars Toomre, neetu morwani, izus, boran, xjm: Remove t() from test asserts in locale module
Issue #2045189 by jlindsey15: Move file entity dependent code in includes/file.inc and system.module to file.module.