Commit Graph

25428 Commits (256b197153983a2edcd7a8fe2f416b74516dfda0)

Author SHA1 Message Date
webchick 92bcdc5ba0 Issue #2277661 by alexrayu, joelpittet: Fixed Labels with display:block and 'for' attribute have an invisible hit area that is accidently clicked. 2014-07-02 11:07:16 -07:00
webchick 75346a3bd1 Issue #2290849 by fran seva, YesCT: Fixed Regression: Fields missing from translation overview since 'Clarify handling of field translatability'. 2014-07-02 10:57:27 -07:00
Alex Pott ac7e61ef9b Issue #2293807 by sun: Fixed Various migrate_drupal unit base test classes are not abstract and implement getInfo(). 2014-07-02 12:12:42 +01:00
Nathaniel Catchpole b4f282a55b Issue #2144263 by fago, yched, alexpott, Berdir, plach, andypost, effulgentsia, michaelfavia: Decouple entity field storage from configurable fields. 2014-07-01 13:59:17 +01:00
Alex Pott da5ea41603 Issue #2293063 by Gábor Hojtsy: Fixed Config schema mapping parsing is inconsistently forgiving, does not conform to the interface. 2014-07-01 11:59:18 +01:00
Nathaniel Catchpole 6383bb2aa6 Issue #2293163 by Wim Leers, pwolanin: Fixed MemoryBackend's cache entries may be modified unintentionally thanks to object references. 2014-07-01 10:56:37 +01:00
Nathaniel Catchpole 4ab1724827 Issue #2292815 by larowlan, joshi.rohit100, andypost: Remove join comments on users table. 2014-07-01 10:55:36 +01:00
Dries 41576e126f Issue #1875996 by Xano, tim.plunkett, neclimdul, Rajendar Reddy, Jalandhar: Reconsider naming conventions for derivative classes. 2014-06-30 15:24:34 -04:00
Dries 6933b27767 Issue #2239009 by effulgentsia, dawehner: Remove public direct usage of the '_system_path' request attribute. 2014-06-30 15:09:23 -04:00
Nathaniel Catchpole 3d06929d6d Issue #2087965 by AndyThornton, neclimdul, tim.plunkett, jhodgdon, pwolanin: Fixed The SearchPluginManager needs to provide an alter hook for its discovery. 2014-06-30 14:28:00 +01:00
Nathaniel Catchpole 6a3574acf9 Issue #2293723 by yched: Generate lighter $form[$field] structures. 2014-06-30 13:53:44 +01:00
Nathaniel Catchpole e8ab0b268c Issue #2293723 by yched: Generate lighter $form[$field] structures. 2014-06-30 11:16:20 +01:00
Nathaniel Catchpole 03cc400b0f Issue #2272279 by joelpittet, chx: Kill RenderWrapper class. 2014-06-30 10:23:11 +01:00
webchick 94e0188a10 Issue #2294129 by xjm, tim.plunkett: Switch hook_help() to use RouteMatch instead of Request. 2014-06-29 20:33:08 -07:00
webchick a36a116d75 Issue #2293749 by joshi.rohit100: Fixed Use ->url() in Forum module in overview form. 2014-06-27 13:49:07 -07:00
webchick 19475dd4cf Issue #1468582 by mgifford, janusman, edward_or, tstoeckler, alanburke, Schnitzel, dcmouyard, LewisNyman: Add mobile friendly meta tags to the html.tpl.php. 2014-06-27 13:38:15 -07:00
Dries 3b1cb04b3c Issue #2288783 by tim.plunkett: Add a current theme condition. 2014-06-27 17:39:19 +02:00
webchick 5cd540a56d Issue #2286681 by alexpott, tim.plunkett: Fixed Make public properties on ConfigEntityBase protected. 2014-06-27 08:09:42 -07:00
Alex Pott d7efdaa9f9 Issue #2262195 by sun: Fixed Various test classes are missing phpDoc. 2014-06-27 13:11:05 +01:00
webchick 0e8032ef0f Issue #2216547 by jhodgdon, Berdir: Fill in topic/@defgroup for User system overview. 2014-06-27 00:06:00 -07:00
webchick 1a993dbb84 Issue #2288185 by typhonius: Fixed Typos around the codebase for OPML. 2014-06-26 23:48:18 -07:00
webchick 880deb276e Issue #2287063 by ParisLiakos, andypost: Fixed Remove remains of t() in watchdog messages. 2014-06-26 23:47:17 -07:00
webchick 6f87fd5dd3 Issue #2291505 by joshi.rohit100: Fixed ParserInterface class contains FetcherInterface documentation. 2014-06-26 23:45:58 -07:00
webchick 29a839062d Issue #2293105 by vijaycs85: MigrateActionConfigSchemaTest duplicates all its code from SchemaCheckTestTrait. 2014-06-26 23:41:09 -07:00
Alex Pott f0d4b5ad9c Revert "Issue #2097123 by slashrsm, roderik, mgifford, pfrenssen, andypost, das-peter | larowlan: Deprecate comment_num_new() in favour of method on CommentManager."
This reverts commit 6532718c08.
2014-06-26 20:35:06 +01:00
webchick 6532718c08 Issue #2097123 by slashrsm, roderik, mgifford, pfrenssen, andypost, das-peter | larowlan: Deprecate comment_num_new() in favour of method on CommentManager. 2014-06-26 12:03:19 -07:00
webchick 81604eed23 Issue #2111357 by marcingy, andypost: Get rid of comment_count_unpublished() in favor of CommentStorage method. 2014-06-26 11:57:22 -07:00
webchick 04bf43bb92 Issue #2272467 by ParisLiakos: Remove usages of watchdog() from procedural code. 2014-06-26 11:55:12 -07:00
webchick d4c697e296 Issue #2292889 by Berdir, tim.plunkett: Fixed ContextHandler does not expect ContextDefinitionInterface. 2014-06-26 11:42:04 -07:00
Nathaniel Catchpole 12b4bfbafe Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel. 2014-06-26 16:24:24 +01:00
Jennifer Hodgdon 8b2d8f3938 Issue #2290281 by er.pushpinderrana, amitgoyal, joshi.rohit100, nick_schuch: Make plugin type Tip developer info more discoverable 2014-06-26 06:13:14 -07:00
Nathaniel Catchpole ac850c02f4 Issue #2287223 by tim.plunkett: Use KernelTestBase for config schema tests where possible. 2014-06-26 13:36:05 +01:00
Nathaniel Catchpole 76b3f7dec6 Issue #2077979 by cilefen, plopesc: Modernize filter.module forms: use $this->t(). 2014-06-26 13:33:48 +01:00
Nathaniel Catchpole ba16dfb85d Issue #1671498 by g3r4, Jorrit: Fixed Docs of template_preprocess_html() refer to wrong hook. 2014-06-26 13:31:48 +01:00
Nathaniel Catchpole 7f8c7c0252 Issue #2214057 by g3r4: Remove obsolete LanguageManagerInterface::init() method. 2014-06-26 13:29:37 +01:00
Nathaniel Catchpole ee820da6fb Issue #2183417 by kgoel, alimac: In Sql Rename Views properties to core standards. 2014-06-26 13:24:17 +01:00
Nathaniel Catchpole 2e3893a2d8 Issue #2282153 by vijaycs85: Make all config.storage.active & config.storage.file services private. 2014-06-26 13:22:41 +01:00
Nathaniel Catchpole dbb3bb005c Issue #2257587 by fietserwin: Remove parameter in calls between and within Image and toolkit. 2014-06-26 12:26:01 +01:00
Nathaniel Catchpole d805f52278 Issue #578400 by aaronschachter, melsi, Gábor Hojtsy, valthebald, idflood, sign, Damien Tournoud: Fixed Display the page title, even if 0. 2014-06-26 12:24:32 +01:00
Nathaniel Catchpole 5e58da00e6 Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel. 2014-06-26 11:47:01 +01:00
webchick 18bbe3a788 Issue #2289095 by larowlan | pingers: Fixed Frontpage view, feed display renders the node comment form. 2014-06-25 19:13:06 -07:00
webchick 3a1f6fd999 Issue #2281635 by fubhy, er.pushpinderrana, EclipseGc, blueminds, tim.plunkett: \Drupal\Core\Plugin\Context\Context should use a ContextDefinition class instead of arrays. 2014-06-25 16:15:36 -07:00
Jennifer Hodgdon 8a44b5c742 Issue #2290435 by PQ: Fix broken link in robots.txt file 2014-06-25 15:06:24 -07:00
Jennifer Hodgdon 90a3498fe5 Issue #2290325 by cs_shadow: Get rid of form builder functions topic and references to it 2014-06-25 15:02:52 -07:00
Jennifer Hodgdon 70cbab7d5b Issue #2290271 by amitgoyal, er.pushpinderrana: Make Mail plugin developer info more discoverable 2014-06-25 14:55:19 -07:00
Jennifer Hodgdon ce4a8036a0 Issue #2290279 by joshi.rohit100, er.pushpinderrana: Make RestResource plugin developer info more discoverable 2014-06-25 14:40:42 -07:00
Jennifer Hodgdon a400939e58 Issue #2290263 by joshi.rohit100, amitgoyal, er.pushpinderrana, cs_shadow: Make Filter plugin developer info more discoverable 2014-06-25 14:38:39 -07:00
Jennifer Hodgdon c9fd39772b Issue #2290251 by er.pushpinderrana, amitgoyal, ParisLiakos, joshi.rohit100: Make Aggregator plugin developer info more discoverable 2014-06-25 14:32:30 -07:00
Jennifer Hodgdon f751d13478 Issue #2290253 by er.pushpinderrana: Make Archiver plugin developer info more discoverable 2014-06-25 14:30:09 -07:00
webchick 1176527762 Issue #2292025 by tim.plunkett: Convert BreadcrumbBuilderInterface applies() and build() to use RouteMatch. 2014-06-25 14:29:38 -07:00