Commit Graph

5890 Commits (5c80527210556f367b418aa34e929be737d31d32)

Author SHA1 Message Date
Nathaniel Catchpole 982ca4b590 Issue #2154005 by olli: Views UI does not render preview for feeds. 2014-01-03 17:44:11 +00:00
Nathaniel Catchpole ae12caf9ea Issue #2160599 by Wim Leers, vijaycs85: Remove drupal_add_js() from system module. 2014-01-03 17:25:23 +00:00
Nathaniel Catchpole 8055460c6f Issue #2160597 by vijaycs85: Remove drupal_add_js() from simpletest.theme.inc. 2014-01-03 17:24:13 +00:00
Alex Pott 52eb9366e4 Issue #1069140 by claudiu.cristea: Requirements should be provided by image toolkit. 2014-01-03 13:42:22 +01:00
webchick 24c502b03e Issue #2099511 by dawehner, mr.baileys: Need support for adding metadata in hook_views_data(). 2014-01-03 00:12:41 -08:00
webchick b446b4299c Issue #2164715 by Berdir: Remove user_node_load(). 2014-01-03 00:09:03 -08:00
webchick 27a94ebdc0 Issue #2152355 by chx: Refactor the entity dedupe test to use dataProvider. 2014-01-03 00:07:02 -08:00
webchick d5efc596c8 Issue #2133325 by mtift, alexpott, sun: Create a site UUID on install and only allow config sync between sites with the same UUID. 2014-01-02 23:48:25 -08:00
webchick 8074921569 Issue #2083895 follow-up: Re-correct comment module docblock. 2014-01-02 23:44:23 -08:00
webchick ad3f2c7422 Issue #2154955 by bdone, chx, cosmicdreams, jacintocapote, jessehs, jibran, marvil07, mpgeek: Migrate variables to config 2014-01-02 22:14:37 -08:00
webchick 1c4af85ac6 Issue #2060865 by benjy, larowlan, tim.plunkett: Modernize custom_block.module forms. 2014-01-02 22:11:06 -08:00
webchick b2a6ece3fb Issue #2142979 by Gábor Hojtsy, LinL, k4v, plach: Entity label langcode argument is a lie, incompatible with current API. 2014-01-02 22:09:04 -08:00
webchick cab1c0f461 Issue #2061107 by yched: Remove deprecated procedural functions in Field API. 2014-01-02 22:02:33 -08:00
webchick 1420580cf2 Issue #2125497 by yched, Sweetchuck, areke: Field translation test is still use the old field_name property. 2014-01-02 21:55:59 -08:00
Alex Pott 771b0b623b Issue #2153311 by amateescu: AggregatorController doesn't need to use url_generator directly. 2014-01-02 23:57:35 +01:00
webchick dc2ef49ec3 Issue #1978904 by jibran, andypost, h3rj4n, larowlan, shanethehat, pcambra, Xano: Convert comment_admin() to a Controller. 2014-01-02 12:28:04 -08:00
webchick 559ab50cbd Issue #2102445 follow-up by webwarrior: Remove yet another drupal_set_title in content_translation module. 2014-01-02 12:23:22 -08:00
webchick 5e245108ff Issue #2086485 by brianV, jibran, pwolanin, disasm: Convert language_negotiation_configure_form() to the new form interface. 2014-01-02 11:42:44 -08:00
webchick be0c9c128a Issue #2165855 by Kartagis: Typo plural vs. singular in migrate module description. 2014-01-02 10:00:45 -08:00
webchick 346ad38f22 Issue #535616 by jhodgdon, pwolanin, oriol_e9g, tgeller: Make Content Ranking settings for Search not say 'weights' to avoid confusion. 2014-01-02 09:56:43 -08:00
webchick aeac3deb7b Issue #2031175 by Sutharsan, penyaskito, vijaycs85, Berdir: Translation imports take a lot of time in tests even when not needed. 2014-01-02 09:53:03 -08:00
webchick a05ecf2a9e Issue #2068471 follow-up by dawehner, Crell, jbrown: Fix fatal error in admin/reports/status 2014-01-02 09:32:26 -08:00
webchick 3e13755d1f Issue #1968970 by plach: Standardize module-provided entity info documentation and clean-up the @EntityType annotation. 2014-01-02 07:19:48 -08:00
Nathaniel Catchpole 76e06cfb02 Issue #1800022 by Wim Leers, JohnAlbin, herom: Update Backbone and Underscore. 2014-01-02 13:46:53 +00:00
Nathaniel Catchpole 174a7d1a8f Issue #2154961 by Berdir: Password hashing slows down DUBT tests. 2014-01-01 20:57:28 +00:00
Nathaniel Catchpole 8d1f9b8df7 Issue #2078057 by m1r1k, joelpittet, areke: Remove references to global in Content Translation module. 2014-01-01 20:53:26 +00:00
Nathaniel Catchpole 0146bc72a8 Issue #2157695 by andypost: Remove unused _comment_get_modes(). 2014-01-01 20:51:33 +00:00
Nathaniel Catchpole 3574e670fe Issue #1987236 by dawehner, kalabro: [regression] Views block cache setting doesn't work. 2014-01-01 20:37:54 +00:00
Nathaniel Catchpole 4c6440288d Issue #2068471 by dawehner, Crell, tim.plunkett, jibran, fubhy, larowlan: Normalize Controller/View-listener behavior with a Page object. 2014-01-01 20:32:52 +00:00
Alex Pott c2e68a5ddb Issue #2150407 by chx, bdone, eliza411, andypost: Migrate D6 roles and permissions. 2014-01-01 12:01:02 +01:00
Alex Pott 814aed203d Issue #2005716 by tim.plunkett, msonnabaum, dawehner, alexpott, effulgentsia: Promote EntityType to a domain object. 2014-01-01 11:08:57 +01:00
webchick 18cc78af79 Issue #2020395 by dawehner, oadaeh, mr.baileys, jibran, Andi-D: Convert [Who's new] block to a View. 2013-12-31 22:37:24 -08:00
webchick 76114ccffe Issue #2083895 follow-up by larowlan: Fix case on return statement. 2013-12-31 22:20:49 -08:00
webchick 49ce4b5846 Issue #2125045 by Eric_A, dawehner: Don't use module on filters anymore. 2013-12-31 16:17:15 -08:00
webchick 3b604ffa21 Issue #2162271 by likin: Prefixes in config_get_storage_names_with_prefix. 2013-12-31 16:15:45 -08:00
webchick 42ac4e5051 Issue #2147669 by tim.plunkett, dawehner: Convert exposed forms to use FormInterface. 2013-12-31 16:12:35 -08:00
webchick d9f2ba2c84 Issue #2109035 by tim.plunkett, damiankloip, dawehner, chx: Make access checkers (much) easier to find. 2013-12-31 16:06:09 -08:00
webchick a06d7830eb Issue #2107531 by pwolanin, neclimdul, cilefen, dawehner, YesCT, tim.plunkett: Improve DX of local task YAML definitions. 2013-12-31 15:48:51 -08:00
webchick 0c3df5fc46 Issue #2161955 by wiifm, dawehner, mikeytown2: HHVM compatibility . 2013-12-31 15:35:56 -08:00
webchick 67001bef78 Issue #2091357 by batigolix: Update hook_help for RDF module. 2013-12-31 15:13:49 -08:00
webchick c1450062c8 Issue #1876906 by babruix, mikemiles86, tarekdj, janip, jhodgdon: Implement hook_help() for views_ui.module. 2013-12-31 15:10:47 -08:00
Alex Pott 8e92d3b1f1 Issue #111702 by mvc, penyaskito, naxoc, jenlampton, montesq: Set fixed "from:" and add "Reply-to:" to improve deliverability of Drupal mail. 2013-12-31 00:35:14 +01:00
catch cc7b115ed8 Issue #2053461 by larowlan, andypost, tim.plunkett, swentel: Node type settings such as published state, promoted state, create revision and author information cannot be turned off. 2013-12-30 18:00:49 +00:00
catch 7240b39bff Issue #1887750 by Berdir, alexpott: Use path relative to DRUPAL_ROOT in configuration directories. 2013-12-30 17:53:00 +00:00
catch 14e5cdb080 Issue #1989468 by plopesc, yched, Wim Leers, effulgentsia: Weird messing with 'default_value_function' in date widgets. 2013-12-30 17:50:56 +00:00
webchick 0a96230db7 Issue #2001308 by marthinal, helmo, David_Rothstein, micahw156: Tests for: Node preview removes file values from node edit form for non-displayed items. 2013-12-30 07:47:41 -08:00
Alex Pott 2d9295537d Issue #2149107 by longwave, xjm, Berdir: "View" area handler in Views gives fatal error. 2013-12-30 15:06:09 +00:00
Nathaniel Catchpole e46d6bfa19 Issue #2163035 by Berdir: Remove $user->theme and Drupal\user\Theme\UserNegotiator. 2013-12-28 20:24:36 +00:00
webchick b29afc17c7 Issue #2162401 by tarekdj: Toolbar scrollbar not scrolling. 2013-12-27 22:44:37 -08:00
webchick bb4359a428 Issue #2067079 by yched, andypost: Remove the Field Language API. 2013-12-27 22:42:52 -08:00
webchick 14b84b11ff Issue #1874564 by andypost: Fix access handling SystemMenuBlock::access(). 2013-12-27 22:25:00 -08:00
webchick e3d7216fb2 Issue #2163003 by andypost: Node addition is broken when only one content type exists. 2013-12-27 11:59:09 -08:00
Alex Pott 588e6783d2 Issue #2146733 by andypost, chx, InternetDevels, bohart: Select queries should not use rowCount() to calculate number of rows. 2013-12-27 11:23:31 +00:00
webchick 12f895ec39 Issue #2132145 by plopesc, amateescu, Xano: Rename 'typed_data' / Drupal::typedData() to 'typed_data_manager' / Drupal::typedDataManager. 2013-12-26 14:22:40 -08:00
webchick 8aab1a030e Revert "Issue #2149107 by longwave: "View" area handler in Views gives fatal error."
Busted HEAD.

This reverts commit cfd1c3ae1d.
2013-12-26 09:47:10 -08:00
Alex Pott 7a0b6745d0 Issue #2137305 by dawehner: Fieldapi fields have empty values in a view REST export (using JSON). 2013-12-26 15:24:48 +00:00
Alex Pott 77d0c14341 Issue #2012566 by clemens.tolboom, Luka Zitnik: Naming confusion between config_comparer and storage_comparer in config.admin.inc and other places. 2013-12-26 15:17:23 +00:00
Alex Pott 185c50b124 Issue #2050113 by swentel, longwave, Hydra, yched, marthinal, netsensei: PHP notice on multiple items image field. 2013-12-26 15:05:32 +00:00
Alex Pott 4f2d2ab709 Issue #2160811 by sun, damiankloip, dawehner: Router rebuild fails (even via rebuild script), in case the provider of existing routes has changed. 2013-12-26 14:48:52 +00:00
Alex Pott cfd1c3ae1d Issue #2149107 by longwave: "View" area handler in Views gives fatal error. 2013-12-26 14:36:17 +00:00
Alex Pott c47f5c70ef Issue # by yched, smiletrl: Clean up following conversion of taxonomy field to FieldType plugin. 2013-12-24 14:09:33 +00:00
webchick 61a62b27ce Issue #2160555 by Wim Leers: Disable Edit on admin pages. 2013-12-23 13:08:08 -08:00
webchick 809f8caecd Issue #2146817 by Xano: Use 'lower weights' instead of 'smaller weights'. 2013-12-23 13:03:59 -08:00
webchick b7fc0553d8 Issue #2050843 by Berdir, sun, Vasiliy Grotov: Users 0 and 1 are created without a UUID. 2013-12-23 12:55:44 -08:00
webchick ae4177b829 Issue #2159965 by Wim Leers, jessebeach: Fix two memory leaks + subtle bugs in Edit's JS (discovered by working on the Backbone upgrade in the D7 backport). 2013-12-23 12:50:36 -08:00
webchick ebd7e8fb42 Issue #2062001 by InternetDevels, DeimoS: Replace user_access() calls with ->hasPermission() in language module. 2013-12-23 12:46:16 -08:00
webchick e5d9201704 Issue #2160389 by damiankloip: [regression] Link display form and summary needs fixing. 2013-12-22 14:38:22 -08:00
webchick 2069bf0c68 Issue #2109433 by herom, dawehner, damiankloip: Replace user_access() through injected user accounts in views. 2013-12-22 14:31:31 -08:00
webchick 7a001160c1 Issue #2102465 follow-up by webwarrior: Remove one more drupal_set_title() instance. 2013-12-22 14:13:27 -08:00
webchick 6a6d48f568 Issue #1987762 by damiankloip, vijaycs85, disasm, dawehner, tim.plunkett, kim.pepper, googletorp, becw, wamilton: Convert node_add_page() to a new style controller. 2013-12-22 14:11:16 -08:00
webchick a02a96df71 Issue #1983902 by vijaycs85, swentel, piyuesh23: Provide config schema to field types, widgets and storage in entity_reference module. 2013-12-22 14:09:42 -08:00
catch c049f3f1d6 Issue #2005644 by Wim Leers, damiankloip, beejeebus, amateescu: Use client-side cache tags & caching to eliminate 1 HTTP requests/page for in-place editing metadata, introduce drupalSettings.user.permissionsHash. 2013-12-22 21:58:10 +00:00
webchick eae9a2a595 Issue #1189804 by cosmicdreams, jessebeach, martin107, mgifford, dcmouyard, pwieck, smiro | Jeff Burnz: Convert aggregator-feed-source.html.twig to HTML5. 2013-12-22 13:52:44 -08:00
webchick 06d4c62f23 Issue #2158299 by damiankloip: ConfigEntityUnitTest does not check properties on all loaded entities. 2013-12-22 13:36:48 -08:00
webchick 86fc36393d Issue #1888694 by dawehner, damiankloip: Simplify DisplayPluginBase::submitOptionsForm(). 2013-12-22 13:23:54 -08:00
webchick 1043f3df41 Issue #2135975 by larowlan, dawehner, a_thakur: Regression: Second level tabs for Permissions and Roles missing from admin/people/permissions and admin/pages/permissions pages. 2013-12-22 13:21:09 -08:00
webchick b6a53cadf5 Issue #2018685 by yched: Remove field_is_translatable(). 2013-12-22 13:18:32 -08:00
webchick 7acc578c9d Issue #1982954 by mdrummond, cbiggins, disasm, googletorp, dawehner, andypost, sidharthap, Xano: Convert dblog_top() to a controller. 2013-12-22 13:14:46 -08:00
webchick 2e764efb55 Issue #2083895 by andypost, jibran, David Hernández, larowlan: Clean-up comment module doc blocks. 2013-12-22 13:11:36 -08:00
webchick 95dd7f74c4 Issue #2001206 by andypost, penyaskito, herom, Crell, ebeyrent, DmitryDrozdik: Replace drupal_container() with Drupal::service(). 2013-12-22 13:03:21 -08:00
webchick bd3791cbde Issue #2081169 by rivimey, areke, smiro: Remove unused local variables from the link module. 2013-12-22 12:22:09 -08:00
webchick 6342a1355b Issue #2081151 by Tim Bozeman, deneo, Pete B: Remove Unused local variables from the content_translation module. 2013-12-22 12:20:45 -08:00
webchick e5380c855e Issue #2081115 by deneo, areke, mrsinguyen: Remove Unused local variables from the syslog module. 2013-12-22 11:51:47 -08:00
webchick cb7cd26247 Issue #2160159 by yched: Remove useless D7 field_ui menu loader callback. 2013-12-22 11:50:01 -08:00
webchick 4910e432fb Issue #2081163 by smiro, areke: Remove unused local variables from the datetime module. 2013-12-22 11:47:33 -08:00
webchick c56e54281a Issue #2080395 by mrsinguyen, lorique: Remove unused local variables from the image module. 2013-12-22 11:41:21 -08:00
webchick 9c7b92caee Issue #2080625 by areke, mrsinguyen: Remove unused local variables for the field module. 2013-12-22 11:40:14 -08:00
Alex Pott 34008e01dc Issue #2158229 by bzrudi71: Site search indexing broken on PostgreSQL. 2013-12-20 17:00:01 +00:00
Jennifer Hodgdon 692dbe45a8 Issue #2031639 by Mark Carver, batigolix: Update hook_help for color module 2013-12-20 08:57:01 -08:00
Jennifer Hodgdon 3eef46eb83 Issue #2091461 by batigolix, ifrik, petrpo: Update hook_help for Text module 2013-12-20 08:54:08 -08:00
Jennifer Hodgdon dfd9c6059f Issue #2103045 by batigolix, petrpo: Update hook_help for xmlrpc module 2013-12-20 08:51:32 -08:00
Dries 141cb6f304 Issue #2130811 by alexpott, Gábor Hojtsy, vijaycs85, sun, Wim Leers: Use config schema in saving and validating configuration form to ensure data is consistent and correct. 2013-12-20 11:27:41 -05:00
Nathaniel Catchpole b3ac555f5c Issue #2158259 by Wim Leers: Batch system's ProcessingTest has some broken tests. 2013-12-20 12:58:18 +00:00
Nathaniel Catchpole f82a06840f Issue #916086 by jhodgdon, mcarbone, pwolanin, Albert Volkman: Search_excerpt() doesn't highlight words that are matched via search_simplify(). 2013-12-20 12:15:04 +00:00
Nathaniel Catchpole e16798a856 Issue #2151457 by Wim Leers, amateescu, msonnabaum: Comment pager breaks the render cache. 2013-12-20 12:07:20 +00:00
Nathaniel Catchpole aa6d6fb729 Issue #732022 by vijaycs85, Wim Leers, dawehner, nod_, kscheirer: Drupal_add_tabledrag() still using drupal_add_(js|library)(), should return array for #attached. 2013-12-20 12:05:47 +00:00
webchick 1b6127b0dc Issue #2108679 by ianthomas_uk, sun: API documentation: Convert my_module_menus examples in menu.api.php to CMI. 2013-12-19 18:25:58 -08:00
webchick fdca37f8ae Issue #2160117 by sun: Remove/convert remaining calls to variable_get/_set/_del(). 2013-12-19 18:24:31 -08:00
webchick 7f7c379cef Issue #2154709 by Gábor Hojtsy: 'No translatable fields' link points to misleading place. 2013-12-19 14:27:00 -08:00
webchick 3465947578 Issue #2146517 by TR: Remove annotation 'use' statements from all core classes. 2013-12-19 10:28:42 -08:00