- 12 Mar, 2014 23 commits
- 11 Mar, 2014 7 commits
- 10 Mar, 2014 10 commits
Issue #2151095 by joelpittet, longwave, c4rl, IshaDakota, pplantinga, gnuget, jeanfei, sbudker1, Cottser: Convert theme_admin_page() to Twig
Sorry, wrong commit credit. This reverts commit d1653fd0.
Issue #2151089 by longwave, joelpittet, c4rl, IshaDakota, pplantinga, gnuget, jeanfei, sbudker1, Cottser: Convert theme_admin_block() to Twig.
Issue #2194763 by nod_, Sam152 | dcrocks: 'back to site' button doesn't work on site configured for 'dirty' url's.
Issue #2213411 by jhodgdon: WebTestBase::drupalCreateNode() shouldn't imply you can set 'changed' time.
Issue #2213605 by andypost: Rename EntityManager method buildBuildFieldDefinitions to buildBundleFieldDefinitions.
Issue #2061397 by stevepurkiss, drupalninja99, giammi, baisong, manu4543: Remove unused local variables from the Views UI module.
Issue #2195915 by larowlan, andypost, jhodgdon: Cannot save text filter config using PostgreSQL if Comment is enabled [blocks installation!].
Issue #1817020 by paulh: Remove information about using upgrade.php to do major version upgrades from UPGRADE.txt
Issue #2171071 by jessebeach, dawehner, chakrapani, longwave, Gábor Hojtsy, xjm, Wim Leers: Rename drupal_add_library() to _drupal_add_library() and remove its uses.
Issue #2210197 by sun, longwave, Sutharsan: Remove public access to Extension::$type, ::$name, ::$filename.
Issue #2203021 by jorgegc, mandar.harkare: Rename $collapsed argument to $open in ConfigTranslationFormBase::buildConfigForm().
Issue #2156923 by amateescu, jayeshanandani, miraj9093, Xano, InternetDevels: Various code cleanups for the new shortcut entity.
Issue #1978924 by tim.plunkett, ParisLiakos, disasm, Luxian, vijaycs85, YesCT, vaibhavjain, Pancho: Convert locale_translate_export_form to a Controller.
Issue #2103621 by mondrake | fietserwin: Move GD logic from ImageInterface to toolkit, tie toolkit instance to Image instance, toolkits should no longer be instantiated separately.
Issue #2207377 by sun: Bogus "Enabled modules: ." assertions in test results when test enables no modules.
Issue #2192259 by andypost, amateescu, damiankloip: Remove ConfigField.. Item and List classes + interfaces.
Issue #2208611 by tim.plunkett: Allow subclasses of \Drupal\Core\Entity\Query\QueryBase to override getClass().
Issue #2169361 by plopesc: Convert COMMENT_HIDDEN & COMMENT_CLOSED & COMMENT_OPEN to a constant on the comment field interface.
Issue #2205799 by cam8001, davidgrayston: PHPUnit should be configured to work consistently on all environments.