Commit Graph

8041 Commits (72341d409b938a5df085bad2f1d014b2abd72342)

Author SHA1 Message Date
Alex Pott d8c718b2f6 Revert "Issue #2210197 by sun, longwave: Remove public access to Extension::$type, ::$name, ::$filename." Broke 'drush en simpletest' on testbots
This reverts commit 2c51074d59.
2014-03-07 14:14:32 +00:00
Nathaniel Catchpole 0aa59382b2 Issue #2192649 by sun, chakrapani, sidharthap: Remove drupal_set_title() from installation and update process. 2014-03-07 14:03:33 +00:00
Nathaniel Catchpole 9203c8fdfc Issue #2008806 by damiankloip, fubhy: Add getIfOwner(), setIfOwner() and deleteIfOwner() methods to TempStore. 2014-03-07 12:57:01 +00:00
Nathaniel Catchpole 671271631a Issue #2205101 by larowlan: Weird use of globals for table header in Forum. 2014-03-07 12:23:59 +00:00
Nathaniel Catchpole 9065f499af Issue #2206809 by damiankloip: Convert broken handlers to use a trait. 2014-03-07 12:21:41 +00:00
Nathaniel Catchpole a66e9586ec Issue #2073621 by Cyberschorsch, m1n0: Remove unneeded variables from template_preprocess_maintenance_page(). 2014-03-07 11:37:06 +00:00
Alex Pott 2c51074d59 Issue #2210197 by sun, longwave: Remove public access to Extension::$type, ::$name, ::$filename. 2014-03-07 11:18:08 +00:00
Alex Pott 2187fd1ee3 Issue #2198917 by andypost, Berdir: Use the string field type for the node title field. 2014-03-07 11:08:24 +00:00
Nathaniel Catchpole 3f9cd4576a Issue #2161067 by chakrapani, Nick_vh: Advanced search with Language filter does not work. 2014-03-06 12:35:54 +00:00
Alex Pott 33ade8c229 Issue #2143519 by followup yched, swentel: Allow FieldInstance yml files to refer to the Field by field name rather than by field_uuid. 2014-03-06 10:25:32 +00:00
Dries 3e69d365d8 Issue #2207197 by longwave, andrei.dincu, jhodgdon: Obsolete docs in WebTestBase::drupalPlaceBlock()?. 2014-03-05 15:39:40 -05:00
Dries 3ce7c36b24 Issue #2207691 by alexpott: Unnecessary block save in _block_rehash. 2014-03-05 15:38:18 -05:00
Dries 141d7d90e7 Issue #2209035 by pwolanin: Remove remaining/stray menu_link references from book module code. 2014-03-05 15:35:46 -05:00
Dries 1d58c60abc Issue #2184653 by amateescu: Rename Drupal\Component\Utility\Url to UrlHelper. 2014-03-05 15:22:39 -05:00
Dries 4638a0048d Issue #2194897 by sun: Rename Database\Query\Merge::key() to keys(), retain a BC alias for key(). 2014-03-05 14:57:36 -05:00
Dries 1b23600f24 Issue #2208669 by andrei.dincu | Berdir: Remove book_library_info(). 2014-03-05 14:53:44 -05:00
Dries fdf1391097 Issue #2208793 by salvis: Notice: Undefined variable: label_element in form_process_table(). 2014-03-05 14:51:35 -05:00
Dries 8915046d67 Issue #2201783 by sun: Simplify execution logic in TestBase::run(). 2014-03-05 14:33:55 -05:00
webchick df42572a02 Issue #2209459 by droplet, nod_: Fix JS dependencies on jquery.once. 2014-03-05 08:53:15 -08:00
webchick 77fed27ff4 Issue #2209817 by sun: Duplicate initialization of maintenance theme registry. 2014-03-05 08:52:08 -08:00
webchick 89379df0d4 Issue #2201087 by plopesc: Rename hook_field_update_forbid to hook_field_config_update_forbid. 2014-03-05 08:50:56 -08:00
webchick 28d5e26943 Issue #2134887 by zwischenzug, yched, plopesc: Move field_view_field() / field_view_value() to methods. 2014-03-05 08:49:15 -08:00
Nathaniel Catchpole 5715be72c2 Issue #2205897 by damiankloip: Remove ckeditor.languages cache bin. 2014-03-05 16:35:32 +00:00
webchick 4b73643423 Issue #2210177 by andypost: Use getSetting() in comment formatter. 2014-03-05 08:15:28 -08:00
webchick 2db8b1f895 Issue #2156793 by Wim Leers, jessebeach: Unravel a PHP 5.4 workaround for Edit module once Drupal requires PHP 5.4. 2014-03-05 08:06:34 -08:00
Nathaniel Catchpole d1d797046f Issue #106721 by msonnabaum, lotyrin, erikwebb, catch, ezra-g, joelpittet, oleg.medvedev, jrglasgow, dawehner, bdragon: Optimize node access queries. 2014-03-05 09:41:12 +00:00
Nathaniel Catchpole 486edae6c8 Issue #2174997 by alexpott: Random fail in ImageFieldDisplayTest. 2014-03-05 09:25:28 +00:00
Alex Pott 7099e22fd7 Issue #2199811 by swentel: Reserved field names check in Field::preSaveNew() can be simplified. 2014-03-04 23:55:56 +00:00
webchick 8f0779196c Issue #1680022 by ellishettinga, alexkb, Xano, barickx, Bojhan | droplet: Import default "Tags" field's help text (No one know they can use "quote, mark" in tags). 2014-03-04 13:55:49 -08:00
webchick 0beb525130 Issue #2195907 by jhodgdon: Search ranking for number of views fails in PostgreSQL. 2014-03-04 13:39:18 -08:00
webchick 125cfd5849 Issue #2202143 by alexpott, benjy: Multiple calls to ConfigFactory::get() inside t() is unnecessary. 2014-03-04 13:32:29 -08:00
webchick 5d5ccc49f6 Issue #2195675 by philipz, mdrummond, LewisNyman: Breadcrumbs push the sidebar down on node edit pages. 2014-03-04 13:28:16 -08:00
webchick 38fc484ea7 Issue #2204307 by EclipseGc: Move PluginBag Implementations from \Drupal\Component to \Drupal\Core. 2014-03-04 13:25:18 -08:00
webchick dd6eb01c2c Issue #2029225 by cilefen, Cottser: Twig debug output does not show the base or derived hooks when a theme suggestion is called directly. 2014-03-04 13:04:23 -08:00
webchick 8df5f65232 Issue #2203291 by alexpott: Invalid YAML in views.view.test_contextual_links.yml. 2014-03-04 13:02:12 -08:00
webchick 09c0a74e70 Issue #2209029 by pwolanin: Follow-up: clean up use statements in book module code. 2014-03-04 13:00:49 -08:00
webchick 1ed138b481 Issue #2209071 by tstoeckler: StringItem should cast the 'length' schema value to (int). 2014-03-04 12:56:31 -08:00
webchick a566566ed8 Issue #2191011 by Stuart Miller, Cottser: PHP Warnings in views_preprocess_page() caused by frontpage view. 2014-03-04 12:55:11 -08:00
webchick 13ada2ac3e Issue #2187717 by sun, dawehner: Remove code duplication in system_list() and ThemeHandler::rebuildThemeData(). 2014-03-04 12:49:41 -08:00
webchick 029a18d7c1 Issue #2203435 by sun: Move all external libraries from core modules into core.libraries.yml. 2014-03-04 12:41:15 -08:00
webchick afa38dc2e1 Issue #2170425 by miraj9093, sandipmkhairnar, tgeller: Make text consistent: "Add new content" -> "Add content". 2014-03-04 12:27:47 -08:00
webchick 7a08f39b80 Issue #1987694 by ianthomas_uk, disasm, rlmumford, vijaycs85: Convert entity_test callbacks to a new style controller. 2014-03-04 12:20:40 -08:00
webchick 9d31d6468b Issue #2188897 by cam8001: Intermittent fails in Drupal\views_ui\Tests\DisplayTest. 2014-03-04 12:14:39 -08:00
webchick 5e46282f6c Issue #2192653 by ianthomas_uk, divesh.kumar: Remove drupal_set_title from authorize.php. 2014-03-04 12:09:35 -08:00
Alex Pott e93b685205 Issue #2202671 by Mark Carver, tim.plunkett: Rename CSS_SKIN constant to CSS_THEME. 2014-03-04 18:10:03 +00:00
webchick 2c9c01bfd5 Issue #2209583 by ianthomas_uk: Remove use of drupal_set_title()/drupal_get_title()/_system_path from page cache. 2014-03-04 09:52:19 -08:00
Jennifer Hodgdon 49a687fa54 Issue #2207557 by longwave: Fix docs for SortArrayTest 2014-03-04 08:36:29 -08:00
Jennifer Hodgdon a4e9d09d35 Issue #2208649 by joachim, Crell: Improve documentation of queue hook by defining a callback function template 2014-03-04 08:35:13 -08:00
Jennifer Hodgdon dfe0a53445 Issue #2208395 by cosmicdreams, dawehner: Fix types in docs in BookManagerInterface 2014-03-04 08:33:14 -08:00
Alex Pott 7a823216b0 Issue #2194807 by longwave, tim.plunkett: Remove obsolete CSS for language admin form. 2014-03-04 16:16:14 +00:00
Alex Pott 20d5b0f072 Issue #2105617 by olli: False pass with WebTestBase::assertFieldByName with select element. 2014-03-04 14:00:19 +00:00
Alex Pott 984ea2a6ec Issue #2201709 by yched: Move support for "add more" button into WidgetBase. 2014-03-04 13:54:46 +00:00
Alex Pott e37845999e Issue #2202151 by longwave, BarisW: Use getCancelRoute for Forum DeleteForm. 2014-03-04 13:51:06 +00:00
Alex Pott 19f5b35303 Issue #2193607 by andypost: Fix documentation in ConfigManager. 2014-03-04 13:47:44 +00:00
Nathaniel Catchpole af0f5628d2 Issue #2209015 by longwave, awochna: Aggregator Doesn't Show Up In admin/config. 2014-03-04 13:33:27 +00:00
Alex Pott 6c1f8ce915 Issue #2201167 by sidharthap: Comment_views_data_alter() is still using $entity_info. 2014-03-04 13:27:58 +00:00
Alex Pott 7c26feb15b Issue #2185015 by Berdir, ianthomas_uk, cosmicdreams: Remove SchemaCache and CacheArray. 2014-03-04 13:18:56 +00:00
Alex Pott cc618eaee2 Issue #2180039 by damiankloip, Berdir: Vocabulary::postSave should not load all field entities. 2014-03-04 13:11:52 +00:00
Alex Pott 31dfc6fe23 Issue #2199869 by izus: Statistics help on admin/config/stystem/statistics has broken link. 2014-03-04 13:08:36 +00:00
Alex Pott 22fa67d934 Issue #2185583 by longwave, InternetDevels: Allow to select "English" language via mouse click in installer language selection screen. 2014-03-04 13:05:44 +00:00
Alex Pott 056096a32e Issue #2194085 by sun, Berdir: Convert File Managed API tests to DrupalUnitTestBase. 2014-03-04 13:02:00 +00:00
Alex Pott 3001e93a13 Issue #1992954 by lokapujya, sphism, cwells, djevans, Stefan Freudenberg, Gaelan: Trimming of long usernames results in incorrect RDF. 2014-03-04 12:50:20 +00:00
Alex Pott d63062abf5 Issue #1778410 by linclark, ashepherd, Stefan Freudenberg, tim.plunkett, kay_v, adorsk: Throw exception when RDF namespaces collide. 2014-03-04 12:46:55 +00:00
Alex Pott 2020cb4968 Issue #2034975 by kay_v, linclark, krlucas: Test RDFa output in email formatter. 2014-03-04 12:46:54 +00:00
Nathaniel Catchpole d620084b01 Issue #2207907 by chx: Comment stubbing is broken. 2014-03-04 12:32:36 +00:00
Nathaniel Catchpole 07cd3c9922 Issue #2188721 by Cottser, aspilicious: Theme suggestions don't load necessary include files. 2014-03-04 12:32:28 +00:00
Alex Pott f718eda902 Issue #2175569 by Xano: Add default configuration to FactoryInterface::createInstance(). 2014-03-04 12:22:20 +00:00
Alex Pott 7a6fb338b3 Issue #2114707 by Berdir, yched, amateescu, effulgentsia, fago: Allow per-bundle overrides of field definitions. 2014-03-04 10:27:25 +00:00
webchick eeefed730b Issue #2208497 by chx: Appoint benjy as new Migrate maintainer. 2014-03-03 09:58:09 -08:00
webchick e0522e1905 Issue #1053648 by mdrummond, lokapujya, Cottser, Jeff Burnz, Les Lim, Gábor Hojtsy: Convert site elements (site name, slogan, site logo) into blocks. 2014-03-03 08:38:08 -08:00
Nathaniel Catchpole 9ba8e07517 Issue #2202611 by damiankloip, pwolanin: MTimeProtectedFastFileStorageTest runs with run-tests.sh, but MTimeProtectedFileStorageTest does not. 2014-03-03 13:56:51 +00:00
Alex Pott 3cd6aa897e Issue #2058845 by dawehner, msonnabaum: Pre-load non-admin routes. 2014-03-03 08:47:09 +00:00
webchick 428d0f0ad9 Issue #2053153 by tim.plunkett, dawehner, damiankloip, aspilicious: Allow contrib modules to provide plugins on behalf of optional modules. 2014-03-01 17:57:51 -08:00
webchick f0f543f033 Issue #2205399 by andrei.dincu, Jeff Burnz: Fix typo in bartik.schema.yml. 2014-03-01 11:05:31 -08:00
webchick 523964ba75 Issue #2192693 by alexpott, swentel: Remove config.inc. 2014-03-01 11:02:16 -08:00
webchick 408b0ad3f9 Issue #2207341 by sun: "Re-run tests" form action broken. 2014-03-01 10:58:39 -08:00
Alex Pott 0ca87dbb90 Issue #2084421 by dawehner, pwolanin, YesCT, clemens.tolboom, Berdir, Xano, Sutharsan: Phase 2 - Decouple book module schema from menu links. 2014-03-01 13:28:39 +00:00
Alex Pott 863941874a Issue #2200623 by damiankloip: Add plugin provider to default views configuration. 2014-03-01 10:20:03 +00:00
Alex Pott ab2a91198f Issue #2199875 by andypost: No link to add view|form mode for entity types that have no shipped modes. 2014-03-01 10:17:15 +00:00
webchick 8608fed622 Issue #2107533 by tim.plunkett, dawehner, pwolanin, Berdir: Remove {menu_router}. 2014-02-28 20:58:58 -08:00
Nathaniel Catchpole 3ae51ab618 Issue #2201149 by sidharthap, sandipmkhairnar: Remove comment_entity_info cache deletes. 2014-02-28 12:06:30 +00:00
Nathaniel Catchpole 668d277ff6 Issue #2188661 by sun, Berdir, andypost: Extension System, Part II: ExtensionDiscovery. 2014-02-28 11:51:38 +00:00
Nathaniel Catchpole dad0245d7d Revert "Issue #2201919 by damiankloip: Replace drupal_get_hash_salt() with direct Settings call in CsrfTokenGenerator."
This reverts commit aad87a80b1.
2014-02-28 11:38:55 +00:00
Nathaniel Catchpole aad87a80b1 Issue #2201919 by damiankloip: Replace drupal_get_hash_salt() with direct Settings call in CsrfTokenGenerator. 2014-02-28 10:57:22 +00:00
Nathaniel Catchpole 52a40a7dab Issue #2204151 by sun: Remove deprecated drupal_strip_dangerous_protocols(). 2014-02-28 10:56:10 +00:00
Nathaniel Catchpole bd3fa05903 Issue #2204141 by sun: Remove deprecated drupal_parse_info_file(). 2014-02-28 10:55:36 +00:00
Nathaniel Catchpole 6aab2901e1 Issue #2195585 by Les Lim: Add a dedicated @Archiver annotation class. 2014-02-28 10:52:24 +00:00
Nathaniel Catchpole d077f16237 Issue #2195571 by Les Lim: Add a dedicated @RestResource annotation class. 2014-02-28 10:47:37 +00:00
Nathaniel Catchpole 78b48c89ad Issue #2092095 by tstoeckler, ParisLiakos: Remove \Drupal\Component\Utility\MapArray. 2014-02-28 10:43:51 +00:00
Nathaniel Catchpole 53068d078f Issue #2191903 by damiankloip: Provide a ConfigEntityNormalizer. 2014-02-28 10:36:02 +00:00
Nathaniel Catchpole a60a5b879f Issue #2136503 by slashrsm: Make \Drupal\Core\Path\AliasManager storage independent. 2014-02-28 10:33:39 +00:00
Nathaniel Catchpole 28f6c023c4 Issue #2049209 by Cottser, dawehner, jibran, lokapujya, Manuel Garcia: Remove 'Theming information' feature from Views in favor of twig_debug. 2014-02-28 10:23:03 +00:00
Nathaniel Catchpole 18ed8b32eb Issue #2200185 by BTMash, damiankloip: Router table is not cleared when modules are uninstalled. 2014-02-28 10:08:39 +00:00
Nathaniel Catchpole 31dbc6a137 Issue #2151459 by jessebeach, Wim Leers, plach, amateescu, Berdir: Enable node render caching. 2014-02-28 10:06:00 +00:00
webchick 11bf64e992 Issue #2207219 by larowlan: Fatal: Call to a member function isSubclassOf() on a non-object in CommentManager. 2014-02-27 20:54:33 -08:00
webchick a9a2ae1a33 Issue #2206263 by sun: Drupal_is_cli() returns FALSE on PHP CLI. 2014-02-27 20:53:01 -08:00
webchick b1b69f72a4 Issue #2207021 by Berdir: Remove legacy PHP 5.3 code from PhpMail plugin. 2014-02-27 20:32:08 -08:00
Jennifer Hodgdon 7d985d597d Issue #2195749 by longwave: Fix up docs in String class 2014-02-27 14:42:53 -08:00
Jennifer Hodgdon 74bb4e2c07 Issue #2194027 by KelvinWong, sphism, danblack: Fix example query in database topic docs 2014-02-27 14:37:56 -08:00
Jennifer Hodgdon a2ee636f34 Issue #2199369 by paulh, larowlan: Update docs for EntityInterface::urlInfo to match current code 2014-02-27 13:24:09 -08:00
Jennifer Hodgdon 545d194693 Issue #2177253 by YesCT, Xano, chakrapani, chx: Fix up function docs in simpletest.module 2014-02-27 13:21:47 -08:00
Dries 5fb617d7ac Issue #1938926 by sun, Cottser, joelpittet, pplantinga: Convert simpletest theme tables to table #type. 2014-02-27 20:52:40 +01:00
Dries 03ddf8c283 Issue #2198377 by alexpott: Enforce UUID key name in configuration entities. 2014-02-27 20:34:39 +01:00
Dries 3a5c3b322a Issue #2152073 by dmouse, sun, Xano: Bump Drupal core's PHP requirement to 5.4.2. 2014-02-27 20:14:53 +01:00
Nathaniel Catchpole 6727b8146e Revert "Issue #2188661 by sun, Berdir: Extension System, Part II: ExtensionDiscovery."
This reverts commit ae8be3cc96.
2014-02-27 14:30:43 +00:00
Nathaniel Catchpole ae8be3cc96 Issue #2188661 by sun, Berdir: Extension System, Part II: ExtensionDiscovery. 2014-02-27 13:31:02 +00:00
Alex Pott 438494d0f1 Issue #2187495 by Les Lim, longwave: Use plugin system for MailInterface classes. 2014-02-27 11:07:19 +00:00
Alex Pott 17645df74c Revert "Issue #2176621 by sun, alexpott: Remove global $databases." Broke testbots
This reverts commit 06e6e9238f.
2014-02-27 10:23:06 +00:00
webchick 56aba1e3bd Issue #2205159 by dineshw, mandar.harkare | scor: Typo in LinkFormatter.php. 2014-02-26 21:26:56 -08:00
webchick 4e7ec019c5 Issue #2175459 by sun: Convert Drupal\system\Tests\InstallerTest into a new Drupal\simpletest\InstallerTestBase. 2014-02-26 21:21:50 -08:00
webchick 06e6e9238f Issue #2176621 by sun, alexpott: Remove global $databases. 2014-02-26 21:12:10 -08:00
webchick b8ef3c6bff Issue #2140433 by pwolanin, chx, Owen Barton, dstol, Heine, Damien Tournoud: Port SA-CORE-2013-003 to Drupal 8. 2014-02-26 20:48:12 -08:00
webchick 08a9a7993d Issue #2044367 by InternetDevels, Berdir, wildflower_0002, ianthomas_uk, ParisLiakos, Xano | cosmicdreams: Replace calls to lock() with \Drupal::lock(). 2014-02-26 11:30:20 -08:00
webchick aa49131293 Issue #2199191 by nevergone: Typo in form.api.php. 2014-02-26 11:27:09 -08:00
webchick 5d0729f07a Issue #2070369 by herom, bdgreen, Mac_Weber, InternetDevels, sidharthap, JeroenT: Remove all calls to deprecated function language(). 2014-02-26 11:16:54 -08:00
webchick 57661ff994 Issue #2195933 by Sam152: 'Back to site' button doesn't work when the user originates from the homepage. 2014-02-26 10:49:28 -08:00
webchick 02417da643 Issue #1892182 by sun, nod_, jibran: #type details: Rename #collapsed to #open. 2014-02-26 10:38:09 -08:00
webchick a9be94a5a0 Issue #924322 by tim.plunkett, Devin Carlson, dicix, mike stewart | Jeff Burnz: Color_scheme_form_submit() assumes color.inc provides keys that should be optional. 2014-02-26 09:49:10 -08:00
webchick c24feeee54 Issue #2156853 by olli, quicksketch: Views UI Save and Cancel buttons break existing locks by other users. 2014-02-26 09:26:59 -08:00
Nathaniel Catchpole b9a978d202 Issue #2177041 by dawehner, Berdir, jibran: Remove all implementations of hook_menu. 2014-02-26 10:53:29 +00:00
Alex Pott d1bbfa74e6 Issue #2205367 by sun, Berdir: [HEAD BROKEN] PHP 5.4. 2014-02-26 09:40:38 +00:00
Alex Pott f6e6e52871 Issue #2179655 followup by droplet: JS file validation broken. 2014-02-25 14:43:44 +00:00
Alex Pott 0230aa22a4 Issue #2195753 by tim.plunkett: Changes to config entities that use plugins are not propagated to the plugins. 2014-02-25 14:32:19 +00:00
Alex Pott e0447089b2 Issue #2091971 by nod_, mdrummond, katzilla: Remove ID in progress-bar.html.twig . 2014-02-25 14:05:43 +00:00
Alex Pott bac3a5ded6 Issue #2191911 by Xano: Improve @param and @return variable types for \Drupal\Core\Config\ConfigFactoryInterface. 2014-02-25 13:48:16 +00:00
Nathaniel Catchpole 91542ece95 Issue #1810178 by sidharthap, swentel, Xano, Rajesh Ashok, David Hernández, durifal, yched, guy_schneerson: _field_info_collate_fields() is not language-aware, may return wrong values. 2014-02-25 13:24:07 +00:00
Alex Pott cb566fab3e Issue #2198339 by longwave, damiankloip: Remove cache.inc. 2014-02-25 11:38:00 +00:00
Nathaniel Catchpole 31db6c31ba Issue #1851234 by alexpott: Slow yaml parsing slows down tests which load/save many config files (e.g. views). 2014-02-25 11:06:19 +00:00
Nathaniel Catchpole d41d3db083 Issue #2199483 by damiankloip, alexpott: Provide a default config_prefix based on entity type ID and provider. 2014-02-25 10:12:46 +00:00
webchick c1e2a47dcc Issue #2204161 by sun: Remove deprecated drupal_valid_number_step(). 2014-02-24 14:51:32 -08:00
webchick e9f6125007 Revert "Issue #2198339 by damiankloip: Remove cache.inc."
Ugh. Some more cache() calls have sneaky-sneaked in.

This reverts commit 4dbdfeeb08.
2014-02-24 14:44:16 -08:00
webchick bcf152b480 Issue #2203115 by TravisCarden: No page title on admin/modules/uninstall. 2014-02-24 14:43:02 -08:00
webchick 8ed94dc836 Issue #2197065 by sun: Adjust Simpletest module in MAINTAINERS.txt to reflect reality. 2014-02-24 14:33:52 -08:00
webchick 4dbdfeeb08 Issue #2198339 by damiankloip: Remove cache.inc. 2014-02-24 14:32:39 -08:00
webchick b9f1a8e27c Issue #2188097 by rcaracaus, olli: 'Comment forms' links to admin/content/comment. 2014-02-24 14:10:50 -08:00
webchick 04c9a71dbe Issue #2186115 by chakrapani, longwave, jhodgdon, benjy, chrischinchilla, swentel: Shortcuts are added with no link title (hence unusable). 2014-02-24 12:12:19 -08:00
webchick 0a4239109b Issue #2177031 by dawehner, tim.plunkett, Berdir: Remove menu_get_item() and every use of it. . 2014-02-24 11:38:23 -08:00
Nathaniel Catchpole 5072c18144 Issue #2203239 by YesCT, dawehner: Remove ajax_render and co. 2014-02-24 18:46:38 +00:00
Alex Pott f0ed86e761 Issue #2203271 by Xano: Undefined index "rows_order" in theme_field_ui_table(). 2014-02-24 14:21:43 +00:00
Alex Pott e53957de4f Revert "Issue #2203271 by Xano: Undefined index "rows_order" in theme_field_ui_table()." contained another patch
This reverts commit a457090d61.
2014-02-24 14:21:15 +00:00
Alex Pott a457090d61 Issue #2203271 by Xano: Undefined index "rows_order" in theme_field_ui_table(). 2014-02-24 13:48:40 +00:00
Alex Pott 65899f6bdd Issue #2195417 by Sutharsan: Clean up configuration import events. 2014-02-24 12:00:34 +00:00
Alex Pott 228fdcbcc0 Issue #2193609 by andypost: No page title on manage display & form for non-default view mode. 2014-02-24 11:56:48 +00:00
Alex Pott f6161fadb0 Issue #2002134 by fago, yched, amateescu, effulgentsia: Move TypedData metadata introspection from data objects to definition objects. 2014-02-24 11:44:26 +00:00
Nathaniel Catchpole 1747f674f9 Issue #2202537 by alexpott: Avoid repeated cache tag invalidations. 2014-02-24 11:08:03 +00:00
Alex Pott 78e5e9bfd9 Issue #2045927 by herom, martin107, ianthomas_uk, Xano, michaellander, Sutharsan: Replace all drupal_alter() deprecated function calls. 2014-02-24 10:10:52 +00:00
Alex Pott 966c33022f Issue #1919338 by catch, swentel, bblake, EllaTheHarpy, Cottser: Select widget (from the options module) prone to double encoding. 2014-02-24 09:57:30 +00:00
Alex Pott 2d65e60b63 Issue #2191273 by mfernea: Fix Feed typehints in aggregator module. 2014-02-24 09:53:04 +00:00
Alex Pott 0fb6dfb447 Issue #2194061 by jibran: Fix documentation in ConfigSync. 2014-02-24 09:49:20 +00:00
Alex Pott f674cd24d2 Issue #2151093 by Cottser, quietone, joelpittet, InternetDevels: Convert theme_admin_block_content() to Twig. 2014-02-24 09:47:14 +00:00
Alex Pott 8f546e5c33 Issue #2191897 by damiankloip: Unit test the Drupal\serialization\Normalizer\EntityNormalizer class. 2014-02-24 09:43:20 +00:00
Alex Pott 1ca2032b88 Issue #2197877 by kirby14: Remove empty views.display_extender.schema.yml file. 2014-02-24 09:40:21 +00:00
webchick 01457d74ea Issue #2200821 by yched, plopesc, Berdir, claudiu.cristea, swentel: Rename Fieldinterface and FieldInstanceInterface. 2014-02-22 21:16:46 -08:00
webchick f19fadd3a4 Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file. 2014-02-22 20:56:51 -08:00
webchick b673b60b95 Issue #2090509 follow-up by yched, andypost: Fix some type-hinting. 2014-02-21 10:41:13 -08:00
webchick ecca161f3c Issue #2201751 by Crell: ServiceModifierInterface needs to be the first compiler pass. 2014-02-21 10:08:57 -08:00
webchick 6ff0d4c76a Issue #2177469 by Gábor Hojtsy, Aron Novak, swentel, andypost, Berdir: Move node base widgets to the top level of the form. 2014-02-21 10:00:13 -08:00
Alex Pott a1a5e155f8 Issue #2198343 by damiankloip, longwave: Convert all usages of cache() and cache_invalidate_tags() procedural functions. 2014-02-21 15:21:08 +00:00
webchick 96e7aa9a33 Issue #2006606 by plach, vijaycs85, Gábor Hojtsy, dawehner, YesCT, pfrenssen: Views rendering ignores entity language, eg: Identical nodes rendered in views when nodes have translations. 2014-02-20 09:40:18 -08:00
webchick d6c9c5751e Issue #2110615 by swentel, dawehner, xjm, chx: Do not ship with default UUIDs. 2014-02-20 08:26:41 -08:00
Alex Pott eb53ecc555 Issue #2187735 by ianthomas_uk, Sutharsan, andypost: Add removal information to docblock of all @deprecated functions. 2014-02-20 13:49:37 +00:00
Nathaniel Catchpole aabf99451a Issue #2036259 by sun, damiankloip, ParisLiakos: Move $drupal_hash_salt to settings(). 2014-02-20 12:29:03 +00:00
Nathaniel Catchpole c06ebaa03d Issue #2196907 by divesh.kumar: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in link module. 2014-02-20 12:15:40 +00:00
Nathaniel Catchpole 5bf67c98e1 Issue #2196901 by divesh.kumar, longwave: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in language module. 2014-02-20 12:14:22 +00:00
Nathaniel Catchpole 6dd47abad0 Issue #2196897 by divesh.kumar: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in image module. 2014-02-20 12:13:30 +00:00
Nathaniel Catchpole b536034b79 Issue #2196895 by divesh.kumar: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in forum module. 2014-02-20 12:12:43 +00:00
Nathaniel Catchpole bd098e586f Issue #2196831 by kirby14: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in edit module. 2014-02-20 12:11:56 +00:00
Nathaniel Catchpole 36a2d62b73 Issue #2196825 by kirby14: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in content_translation module. 2014-02-20 12:11:13 +00:00
Nathaniel Catchpole 24495d5a01 Issue #2196821 by JiriK: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in contact module. 2014-02-20 12:10:22 +00:00
Nathaniel Catchpole 66fc881cfe Issue #2196815 by kirby14: Convert all calls & docs references to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in color module. 2014-02-20 12:09:35 +00:00
Nathaniel Catchpole 68cacfd73a Issue #2196811 by JiriK: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in book module. 2014-02-20 12:09:01 +00:00
Nathaniel Catchpole abe90a00dc Issue #2196805 by divesh.kumar: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in ban module. 2014-02-20 12:08:12 +00:00
Nathaniel Catchpole e871186f8e Issue #2196801 by divesh.kumar: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in aggregator module. 2014-02-20 12:07:25 +00:00
Nathaniel Catchpole a60bf77c63 Issue #2196797 by divesh.kumar: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in action module. 2014-02-20 12:06:00 +00:00
Nathaniel Catchpole 0b929939a4 Issue #2196807 by longwave, divesh.kumar: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in block module. 2014-02-20 12:05:15 +00:00
Nathaniel Catchpole c26a7b0373 Issue #2089461 by thedavidmeister, deneo, Alan D., longwave, dsdeiz, stpaultim: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in core/lib. 2014-02-20 12:03:00 +00:00
Nathaniel Catchpole 769bd1f946 Issue #2055371 by ianthomas_uk, Xano, InternetDevels, alexpott: Replace all module_invoke_all() deprecated function calls in OO code. 2014-02-20 12:00:34 +00:00
Nathaniel Catchpole 14cae9d115 Issue #2197873 by Sutharsan: Clean-up system.schema.yml to remove deprecated system.fast_404. 2014-02-20 11:54:37 +00:00
Nathaniel Catchpole 9bca57c6a3 Issue #1853572 by xjm, alexpott: Remove the old default tracker view. 2014-02-20 11:53:24 +00:00
Nathaniel Catchpole 2b0e042b78 Issue #2195623 by olli: Remove t() from default test assertions in WebTestBase class. 2014-02-20 11:45:17 +00:00
Nathaniel Catchpole 2c7b99d09c Issue #2192419 by sun, mgifford: Use a WCAG-compliant fieldset (fieldgroup) for #type radios/checkboxes. 2014-02-20 11:40:28 +00:00
Nathaniel Catchpole 35c3429c53 Issue #2004370 by xjm, alexpott, Dean Reilly: Batch the configuration synchronisation process. 2014-02-20 11:37:18 +00:00
Alex Pott c210e8681c Issue #1981858 by Berdir, tim.plunkett, longwave, Les Lim: Rename hook_entity_info/alter() to hook_entity_type_build/alter(). 2014-02-20 10:04:54 +00:00
Alex Pott 40dc8daf51 Issue #2095303 by swentel, plopesc, Berdir, claudiu.cristea, yched: Rename 'field_entity' to 'field_config' and 'field_instance' to 'field_instance_config'. 2014-02-19 23:29:14 +00:00
Nathaniel Catchpole b65c8f413d Issue #2198423 by damiankloip: Store the provider for Views plugins. 2014-02-19 16:59:12 +00:00
Nathaniel Catchpole 40681d9690 Issue #1980822 by Berdir, sun, vladan.me, twistor: Support any entity with path.module. 2014-02-19 12:33:22 +00:00
Alex Pott 8b40554c5a Issue #2119905 followup by damiankloip: Provide @ConfigEntityType and @ContentEntityType to have better defaults. 2014-02-18 23:05:59 +00:00
Alex Pott cdb3895b8f Issue #2170471 by Xano, EclipseGc: ContextAwarePluginBase compromised after commit of Core PluginBase. 2014-02-18 20:47:10 +00:00
Alex Pott b0da3ae64e Issue #2119905 by damiankloip, tim.plunkett, Berdir: Provide @ConfigEntityType and @ContentEntityType to have better defaults. 2014-02-18 14:34:10 +00:00
Nathaniel Catchpole 4022a54878 Issue #2179083 by Wim Leers, vijaycs85: Rendered menus (e.g. menu blocks) should set cache tags to inform the page cache. 2014-02-18 13:37:58 +00:00
Nathaniel Catchpole 9fc89d90d8 Issue #2191285 by sun, andypost, jibran, Berdir, alexpott: Text module is not required, but is marked as required. 2014-02-18 11:14:14 +00:00
Nathaniel Catchpole 0f9e59fdba Issue #2002158 by klausi, andypost, effulgentsia, vlad.dancer: Convert form validation of comments to entity validation. 2014-02-18 11:00:49 +00:00
Nathaniel Catchpole a840af8381 Issue #2173655 by Cottser, xjm, jessebeach, alexpott, rlmumford: Refactor theme() to _theme(); make it a private API to discourage module developers from circumventing the renderable build system. 2014-02-18 10:54:10 +00:00
Nathaniel Catchpole 3b6b9774ec Issue #2197359 by xjm, alexpott: Random failure in Drupal\system\Tests\Common\RenderTest. 2014-02-17 10:01:41 +00:00
Alex Pott a16b56392b Issue #2195745 by sun: Replace _filter_htmlcorrector() with a utility class in core. 2014-02-16 19:15:45 +00:00
Alex Pott e71d749ecc Issue #2194111 by sun: Error handler throws exception when service container is not (fully) available yet. 2014-02-16 18:40:49 +00:00
Alex Pott e17552ab02 Issue #2158339 by jhodgdon, bzrudi71: Search results page broken on PostgreSQL. 2014-02-16 08:01:42 +00:00
Alex Pott f3732c6862 Issue #2028025 by David Hernández, Berdir, larowlan, ceng, YesCT, a_thakur: Expand CommentInterface to provide methods. 2014-02-16 07:20:53 +00:00
Alex Pott 0b2c622bfa Issue #2181593 by klausi, chakrapani, andypost: Convert entity bundle base fields to entity reference. 2014-02-15 22:40:41 +00:00
Alex Pott b7a6096b21 Issue #2195779 by ParisLiakos: Remove aggregator_load_feed_items(). 2014-02-15 22:30:35 +00:00