Commit Graph

23361 Commits (5c80527210556f367b418aa34e929be737d31d32)

Author SHA1 Message Date
webchick 5c80527210 Issue #1987854 by splatio, disasm, kim.pepper, vijaycs85, sidharthap, dawehner: Convert system_themes_page() to a new style controller. 2014-01-08 00:39:51 -08:00
webchick 5d16b85386 Issue #2168971 by andrewmacpherson: Typo in debounce docblock. 2014-01-08 00:32:03 -08:00
webchick 2a6650bd02 Issue #2168587 by clemens.tolboom: README.txt has a wrong developer link. 2014-01-08 00:31:07 -08:00
webchick c4edd3bdcc Issue #2168101 by xjm: UpdateModuleHandler does not follow coding standards for switch statements and is hard to read. 2014-01-08 00:27:24 -08:00
webchick 9becaf1b47 Issue #1078618 by Sutharsan, Takafumi: Add string context to Scale. 2014-01-08 00:18:58 -08:00
webchick 430481ffb1 Issue #2120011 by droplet: Remove extra role='button' in button element. 2014-01-08 00:09:58 -08:00
webchick d1c275e8e8 Issue #2167469 by pwolanin: Test EntityViewControllerTest has the wrong descriptive text in getInfo(). 2014-01-08 00:08:59 -08:00
webchick d1275b0025 Issue #2042739 by jhedstrom, bdone, dawehner, tim.plunkett: Convert system module's ControllerResolverTest to phpunit. 2014-01-07 23:51:07 -08:00
webchick b50ffe9928 Issue #2159737 by damiankloip: Unit test the Drupal\serialization\Normalizer\NormalizerBase class. 2014-01-07 23:49:45 -08:00
webchick ab0bb61f14 Issue #2159755 by damiankloip: Unit test the Drupal\serialization\EntityResolver\ChainEntityResolver class. 2014-01-07 23:48:53 -08:00
webchick 6caaeae0e5 Issue #2089787 by damiankloip, Mile23: Unit test the \Drupal class. 2014-01-07 23:46:29 -08:00
webchick f51f026f8b Issue #2041793 by mortendk, rteijeiro, LewisNyman, magnify, axe312, zorp, mdrummond: Install-page.html.twig markup and CSS. 2014-01-07 23:38:33 -08:00
webchick d259b5c631 Issue #2166059 by yched: Leftover commented-out code after 'Page object' patch. 2014-01-07 23:28:00 -08:00
webchick 1d02be7f82 Issue #2015923 by chx, plopesc, tim.plunkett: Clean up entity form functions. 2014-01-07 23:11:57 -08:00
webchick 4161356d12 Issue #2162409 by jibran, Wim Leers, nod_: Split up contextual.js. 2014-01-07 23:03:02 -08:00
webchick cf784d0910 Issue #2010250 by andypost: Clean-up useless assign in forum test. 2014-01-07 22:49:24 -08:00
webchick 99d3490f9f Issue #2168113 by penyaskito, jessebeach, catch: Add leading underscore and other discouragement to drupal_add_css() and drupal_add_js(). 2014-01-07 22:44:57 -08:00
webchick 9e23976022 Issue #2167625 by nod_: JSHint errors. 2014-01-07 22:31:44 -08:00
webchick de6c77606d Issue #2169067 by penyaskito: Typo in core/modules/migrate_drupal/tests/Drupal/migrate_drupal/Tests/source/d6/RoleSourceTest.php comment. 2014-01-07 22:31:00 -08:00
webchick 4eddb1ef04 Issue #2151265 by philipz: Make Toolbar background cleaner in vertical state. 2014-01-07 22:29:27 -08:00
webchick 243f1668c8 Issue #2149841 by drastik, xjm, amateescu: The 'aggregator_feed' entity type doesn't have a UUID field. 2014-01-07 22:27:22 -08:00
webchick b520d1de87 Issue #2153973 by olli: Unable to hide views block title. 2014-01-07 21:46:58 -08:00
webchick 63f2e26eba Issue #2168265 by andypost: Allow migrate plugins to be altered and cached. 2014-01-07 21:45:10 -08:00
webchick 0605493217 Issue #2080543 by larowlan, angel.h, grisendo, mrsinguyen: Remove unused local variables in the forum module. 2014-01-07 21:26:03 -08:00
webchick 8abc63dc1b Issue #2168215 by TR: Typo in block_test config file. 2014-01-07 21:12:33 -08:00
Alex Pott 6d1e359476 Issue #2168335 by vijaycs85: Rename field.field.forum_container to field.field.forum.forum_container to match with field standard configuration. 2014-01-07 15:43:42 +00:00
Nathaniel Catchpole b3c32bd193 Issue #2149827 by Xano, Mile23: Windows-1250 character encoding not supported by PHP's mbstring extension. 2014-01-07 11:41:50 +00:00
Nathaniel Catchpole a9d248a273 Issue #2160495 by damiankloip: Add a KeyValueExpirableFactoryInterface. 2014-01-07 11:34:41 +00:00
Nathaniel Catchpole a4f85eb408 Issue #2143011 by damiankloip: Add a CacheFactoryInterface. 2014-01-07 11:33:55 +00:00
Nathaniel Catchpole 01b27e2598 Issue #2158979 by nod_: Drupal.dialog expects a DOM element, not a string or jQuery object. 2014-01-07 11:06:41 +00:00
Nathaniel Catchpole 9790381a83 Issue #2033587 by droplet: Add t() context to align 'Left / Right / Center' string. 2014-01-07 11:05:20 +00:00
Nathaniel Catchpole 1ace239de3 Issue #2157703 by andypost: Deprecate comment_int_to_alphadecimal() & comment_alphadecimal_to_int() in favour of methods in Number component. 2014-01-07 10:55:59 +00:00
Nathaniel Catchpole e948f79c4c Issue #2074475 by benjy, Gábor Hojtsy: Rename {file_managed}.timestamp to 'changed' and add a created timestamp. 2014-01-07 10:54:41 +00:00
Alex Pott 261fb6483f Issue #1887654 by tim.plunkett, damiankloip, Berdir, marthinal, xjm: Creating a config entity with an existing machine name shouldn't work. 2014-01-07 10:21:48 +00:00
Jennifer Hodgdon 36adc62b7e Issue #2163625 by StephaneQ: Fix incorrect method reference in comment in ModuleHandler 2014-01-06 15:17:47 -08:00
Jennifer Hodgdon d9227efb35 Issue #2160797 by Tim Bozeman, dawehner: Add inheritdoc to several methods in RowPluginBase 2014-01-06 15:14:51 -08:00
Jennifer Hodgdon 1b20fe2f4b Issue #2165413 by David_Rothstein: Remove Tigger from core (spelling errors) 2014-01-06 15:00:24 -08:00
Jennifer Hodgdon e9a618290e Issue #2165179 by StephaneQ: Fix links to extenders in main Database topic docs 2014-01-06 14:57:07 -08:00
Jennifer Hodgdon c9fa025eb8 Issue #2168153 by chx: Add warning to Variable class that it is not a good class to use as a source class example 2014-01-06 14:36:27 -08:00
Nathaniel Catchpole e4124f0a27 Revert "Issue #1979468 by Wim Leers, pwolanin, nod_, thedavidmeister, larowlan: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links."
This reverts commit 624296e715.
2014-01-06 22:00:22 +00:00
webchick 05b65b8a8c Issue #2110643 by amateescu, dawehner: ControllerBase::container() and FormBase::container() needs to be private. 2014-01-06 11:13:56 -08:00
webchick 4fe2c8e82a Issue #2105915 by vijaycs85, foxtrotcharlie: Make sure all YML files in Block module has no type-casting to string. 2014-01-06 09:52:37 -08:00
webchick 6408be37c1 Issue #2105991 by nonsie, danilenko_dn, vijaycs85: Make sure all YML files in Statistics module has no type-casting to string. 2014-01-06 09:51:31 -08:00
webchick 185ac29dc8 Issue #2160593 by Wim Leers, vijaycs85: Remove drupal_add_js() from menu.module/remove inline JavaScript from menu.module. 2014-01-06 08:47:16 -08:00
Nathaniel Catchpole a521147255 Issue #2021933 by Crell, lz1irq: Catch exceptions from queue workers. 2014-01-06 12:58:27 +00:00
Nathaniel Catchpole 281cda847e Issue #2151223 by damiankloip: Add a method to SortArray to sort by weight and title. 2014-01-06 12:40:52 +00:00
Nathaniel Catchpole c84786171e Issue #1928440 by ar-jan: Rename incorrectly named MailInterface implementations. 2014-01-06 12:39:20 +00:00
Nathaniel Catchpole 2026f92d45 Issue #1027936 by webflo, nicholasThompson: Comment Preprocess sets a links class as a string, should be an array. 2014-01-06 12:30:43 +00:00
Nathaniel Catchpole 3a0569596f Issue #2030643 by tarekdj, InternetDevels: Expand ImageStyle with methods. 2014-01-06 12:29:43 +00:00
Nathaniel Catchpole 748abf1bb8 Issue #2163349 by dawehner: Cleanup a bunch of page callback related code in views. 2014-01-06 11:53:23 +00:00