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
Nathaniel Catchpole
075521d0b2
Issue #2138665 by dawehner: Allow to specific route parameters to be defined via the views UI.
2014-01-06 11:32:45 +00:00
webchick
c17906e3f9
Issue #2167517 by mtift, ianthomas_uk: System_custom_theme calls removed function drupal_container.
2014-01-05 20:42:18 -08:00
webchick
69f7a1efac
Issue #2167611 by nod_: Back to site button broken.
2014-01-05 20:37:47 -08:00
webchick
c241c1baac
Issue #2162407 by jibran: Split up toolbar.js.
2014-01-05 10:53:46 -08:00
webchick
3903c26c7b
Issue #2167169 by pwolanin, tim.plunkett: Clean up Drupal\edit\EditController: remove ContainerAware and inject form_builder.
2014-01-05 09:47:52 -08:00
Nathaniel Catchpole
4418321c95
Revert "Issue #1226044 by pgrond, martin107, roborn, rbayliss: The password_confirm element should not be aware of the user_form_process_password_confirm process."
...
This reverts commit dc2e4720df
.
2014-01-05 11:58:18 +00:00
Nathaniel Catchpole
624296e715
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.
2014-01-04 20:05:38 +00:00
webchick
a1a98382bc
Issue #2157153 by yched, Berdir: Remove field_attach_preprocess().
2014-01-04 11:00:14 -08:00
webchick
284241ecb9
Issue #2162013 by alexpott, Berdir, sun, pwolanin: Critical performance regression due to config schema + TypedData lookups in installer.
2014-01-04 10:53:30 -08:00
Alex Pott
360c0c0757
Issue #1898444 by jenlampton, Cottser, lbainbridge, duellj, joelpittet, scor: Rdf.module - Convert theme_ functions to Twig.
2014-01-04 15:02:23 +01:00
Alex Pott
35d043d510
Issue #2111263 by mondrake: Toolkit setup form displays settings for multiple toolkits.
2014-01-04 14:49:13 +01:00
Alex Pott
c28e5144b6
Issue #1815504 by pwolanin, Kevin Hankens: File_save_upload() should not alter the file URI string before validation.
2014-01-04 00:43:57 +01:00
Nathaniel Catchpole
91acb77fa5
Issue #2027795 by Berdir, amateescu: Optimize content entity serialization.
2014-01-03 22:00:01 +00:00
Nathaniel Catchpole
18828bde34
Issue #2160581 by vijaycs85, Wim Leers: Remove drupal_add_js() + drupal_add_library() from install.core.inc.
2014-01-03 19:45:00 +00:00
Nathaniel Catchpole
fe2e11a26e
Issue #2159501 by sun: Remove DRUPAL_BOOTSTRAP_DATABASE.
2014-01-03 19:40:40 +00:00
Nathaniel Catchpole
60659cd603
Issue #2145881 by damiankloip, alexpott: Remove string casting from Crypt::hmacBase64(). Throw exceptions instead.
2014-01-03 19:37:19 +00:00
Nathaniel Catchpole
dc2e4720df
Issue #1226044 by pgrond, martin107, roborn, rbayliss: The password_confirm element should not be aware of the user_form_process_password_confirm process.
2014-01-03 17:52:19 +00:00
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
Nathaniel Catchpole
a0152d5ccf
Issue #2160589 by vijaycs85: Remove drupal_add_js() from theme.inc.
2014-01-03 17:22:34 +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
ee9fe14e8b
Issue #641734 by echoz, LewisNyman, davidtrainer, Cottser, falkendk, rteijeiro: Separate generic html elements' style into seven.base.css.
2014-01-03 00:03:15 +01: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
97dd7ca90b
Issue #2162893 by Kartagis: Remove extra </em> tag in help text.
2013-12-31 15:16:35 -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
f8d09132da
Issue #2159459 by sun: Rebuild script triggers errors in error handler, fails to rebuild container.
2013-12-30 17:58:07 +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
0cecf582b9
Issue #2163371 by alexpott: Replace \Drupal:config()->get with ConfigFactory::loadMultiple in Drupal\Core\Config\Entity\Query.
2013-12-28 05:40:04 -08:00
Alex Pott
1a24063df3
Issue #2079857 by herom, mrsinguyen, martin107, simanjan, sandipmkhairnar: BackendChain::removeBin() is broken.
2013-12-28 10:31:30 +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
cef84c1877
Issue #2160603 by vijaycs85: Remove drupal_add_js() from Bartik.
2013-12-23 13:06:13 -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
4c8345444f
Issue #2156835 by chx: ConfigStorageController is not using entity query for loadByProperties.
2013-12-22 13:39:48 -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
b1eea08183
Issue #1983136 by fubhy: Use 'instanceof' instead of class_implements() in \Drupal\Core\FileTransfe\FileTransfer.
2013-12-22 13:35:26 -08:00
webchick
b8302af290
Issue #2002708 by rahul.shinde, somepal, kerasai, arknoll: Remove unused local variables from core/includes/common.inc.
2013-12-22 13:28:47 -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
b046023c42
Issue #2119237 by cosmicdreams, Crell, damiankloip: Use \Symfony\Component\Debug\Exception\FlattenException instead of \Symfony\Component\HttpKernel\Exception\FlattenException.
2013-12-22 11:53:55 -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
webchick
9793e997a7
Issue #2130811 follow-up by fago: Correct {@inheritdoc} syntax.
2013-12-22 11:34:07 -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
2c932093c4
Issue #2157787 by fago: Durations are not primitive.
2013-12-19 10:36:19 -08:00
webchick
1b0dedcf8c
Issue #2156161 by juampy, klausi, jhodgdon: Add basic_auth module to MAINTAINERS.txt and issue components.
2013-12-19 10:32:08 -08:00
webchick
3465947578
Issue #2146517 by TR: Remove annotation 'use' statements from all core classes.
2013-12-19 10:28:42 -08:00
webchick
53302eeb27
Issue #2155889 by tim.plunkett: Remove Editor::label().
2013-12-19 10:25:50 -08:00
webchick
bd01bba52c
Issue #2155665 by Wim Leers | yched: Update field_valid_language() calls in edit.module.
2013-12-19 10:23:13 -08:00
webchick
5e4fb4fcd5
Issue #2154589 by Wim Leers: Edit breaks when the entity title is promoted to the page title (discovered by backporting).
2013-12-19 10:22:19 -08:00
Nathaniel Catchpole
5cc0a0ce6d
Issue #1874498 by tim.plunkett, dawehner, jibran, benjy: Provide and use API methods for retrieving base plugin and derivative names from block plugin IDs.
2013-12-19 17:57:48 +00:00
Nathaniel Catchpole
44ed771a1c
Issue #1976172 by chx, andypost: Comment entity acquired and releases the different locks.
2013-12-19 17:54:14 +00:00
Nathaniel Catchpole
ba6591cdd2
Issue #2018319 by yched, swentel, pcambra: Remove field_read_field(s)() and field_read_instance(s) in favor of entity_load() and entity_load_multiple_by_properties().
2013-12-19 14:10:57 +00:00
webchick
255d7304ea
Issue #2154563 by chx, webchick: Migrate process plugin: flatten.
2013-12-18 19:43:40 -08:00
webchick
f203b9c333
Revert "Issue #2154563 by chx: Migrate process plugin: flatten."
...
Oops. :P This is why I should not try and fix docs. :P
This reverts commit 9beae4fe17
.
2013-12-18 14:50:22 -08:00
webchick
9beae4fe17
Issue #2154563 by chx: Migrate process plugin: flatten.
2013-12-18 14:42:29 -08:00
webchick
7080c75945
Issue #2152735 by chx: Migrate process plugin: extract.
2013-12-18 14:13:07 -08:00
Nathaniel Catchpole
8ff4108664
Issue #1912602 by dawehner, damiankloip, dagmar, tim.plunkett, bdone: Changing view access from 'Permission' to 'Role' causes AJAX error message re getRoles().
2013-12-18 20:51:07 +00:00
Dries
c478bf4062
Issue #2150621 by damiankloip: Separate applies and build logic for breadcrumb builders.
2013-12-18 15:22:36 -05:00
Dries
17cc6dab8b
Issue #2145041 by tim.plunkett: Allow dynamic routes to be defined via a callback.
2013-12-18 15:09:35 -05:00
Dries
5b6f9d7908
- Issue #2156265 by sun: KeyValueFactory is swappable, add an interface and fix type-hints.
2013-12-18 14:56:51 -05:00
Dries
03f4982c6c
Issue #2138667 by dawehner: Allow to specify the route name for a path-based view.
2013-12-18 14:46:06 -05:00
Dries
ebad0cd942
Issue #2075185 by Wim Leers: When an entity is in-place edited (i.e. saved), other instances of that entity on the same page are not updated (no propagation).
2013-12-18 14:41:13 -05:00
webchick
90c513b862
Issue #2157855 by jessebeach | moshe weitzman: Poorly named cache id in toolbar.
2013-12-17 21:58:12 -08:00
webchick
e58427adf6
Issue #2102487 by vijaycs85, ACF: Add back in tab removed in [ #1972990 ] and remove drupal_set_title() in tracker module controllers.
2013-12-17 20:48:02 -08:00
Nathaniel Catchpole
77addbef6e
Revert "Issue #1912602 by dawehner, dagmar, tim.plunkett, bdone: Changing view access from 'Permission' to 'Role' causes AJAX error message re getRoles()."
...
This reverts commit 0f17b0ec75
.
2013-12-17 12:29:55 +00:00
Nathaniel Catchpole
0f17b0ec75
Issue #1912602 by dawehner, dagmar, tim.plunkett, bdone: Changing view access from 'Permission' to 'Role' causes AJAX error message re getRoles().
2013-12-17 11:07:28 +00:00
Nathaniel Catchpole
a6cdd740f8
Issue #1954892 by dawehner, David_Rothstein, tim.plunkett: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system.
2013-12-17 11:03:15 +00:00
webchick
a9c13c23ac
Issue #2154209 by chx: Process refactor: multiple handling.
2013-12-16 07:57:48 -08:00
Alex Pott
f048b4a1d0
Issue #2156351 by olli: Unable to delete block.
2013-12-16 01:04:47 +00:00
webchick
5fc0ca8118
Issue #2151829 by dawehner, chx: Doctrine annotation parsing takes an unacceptable amount of time/memory on install.
2013-12-15 14:49:56 -08:00
webchick
a9f1dfe4b2
Issue #2157045 by dawehner: Update doctrine/common to 2.5-dev.
2013-12-15 10:21:38 -08:00
webchick
a3d8888369
Issue #2008270 by typhonius, mcjim, Wim Leers, vijaycs85, mr.baileys, JohnAlbin: Remove drupal_add_css() from template_preprocess_maintenance_page() — use #attached.
2013-12-15 09:57:31 -08:00
webchick
3f19bff625
Issue #2152463 by linclark: Remove Lin Clark from MAINTAINERS.txt for RDF module.
2013-12-15 09:33:31 -08:00
webchick
1ecbb1803c
Issue #2021779 follow-up by amateescu: Fixing broken HEAD.
2013-12-15 08:04:46 -08:00
Nathaniel Catchpole
40d3d3f22f
Issue #2155785 by alexpott, vijaycs85: Image_field_instance_update() can not handle default images with a fid greater than 9.
2013-12-15 09:57:10 +00:00
Nathaniel Catchpole
fdba1d6320
Issue #2155387 by larowlan: Multiple comment fields per entity are supported, but break horribly when they need pagers.
2013-12-15 09:55:14 +00:00
Nathaniel Catchpole
d443c10cc1
Issue #2021779 by amateescu, tim.plunkett: Decouple shortcuts from menu links.
2013-12-15 09:51:10 +00:00
Alex Pott
a0fb280d23
Issue #2134079 by fago: Storage-related methods are not invoked for computed fields.
2013-12-14 22:13:24 +00:00
Alex Pott
abdb0c52d1
Issue #1790298 by nagba, pwolanin: Unindexed query in aggregator module.
2013-12-14 21:24:55 +00:00
Alex Pott
090d5d1355
Issue #2136641 by damiankloip: Remove boolean usage of ajax property in Views UI link operation building.
2013-12-14 21:13:17 +00:00
Alex Pott
ff4a8e9fc7
Issue #2095335 by Wim Leers, vijaycs85: Remove drupal_add_css() and drupal_add_js() from the ajax system.
2013-12-14 20:42:47 +00:00
Alex Pott
b795708dbb
Issue #2149877 by amateescu, swentel: The 'filesize' base field of field entities is a boolean?.
2013-12-14 15:00:04 +00:00
Alex Pott
a274193d2c
Issue #1938062 followup by andypost: Convert the recent_comments block to a view.
2013-12-14 13:40:36 +00:00
webchick
fe14b4060a
Issue #1977998 by Bojhan, areke: Clean up Administrative name and description.
2013-12-13 23:30:48 -08:00
webchick
256f0c1f58
Issue #2105933 by dsdeiz, a_thakur: Make sure all YML files in Dblog Translation module has no type-casting to string.
2013-12-13 23:21:06 -08:00
webchick
c5ec897acf
Issue #2055937 by Wim Leers, jessebeach: Introduce error handling to in-place editing; if an AJAX request to commit changes fails, the user cannot recover.
2013-12-13 23:19:04 -08:00
webchick
22eaaaf614
Issue #2091377 by batigolix, jhodgdon: Change link format in hook_help in Text Editor module.
2013-12-13 23:07:26 -08:00
webchick
c6d56975f1
Issue #2105927 by a_thakur, vijaycs85: Complete config of Contact module.
2013-12-13 22:58:17 -08:00
webchick
6db1e492e9
Issue #2148071 by Gábor Hojtsy, philipz, marthinal, penyaskito: Cannot install in foreign language (Undefined index: und in ContentEntityBase->language()).
2013-12-13 22:17:24 -08:00
webchick
4462e2046f
Issue #1938062 by dawehner, tstoeckler, slashrsm, tim.plunkett, olli, pcambra, YesCT, damiankloip: Convert the recent_comments block to a view.
2013-12-13 22:14:48 -08:00
Alex Pott
be70033ea1
Issue #2151427 by andypost, TR: Convert COMMENT_NOT_PUBLISHED & COMMENT_PUBLISHED to a constant on the comment interface.
2013-12-13 13:45:37 +00:00
Alex Pott
dd663c405e
Issue #2031725 by fgm, fago, vladan.me, Nebel54, Berdir: Move all entity display interfaces to the core component.
2013-12-12 23:34:44 +00:00
Alex Pott
94cba6d2d4
Issue #1938390 by andypost, disasm, jibran, dawehner, ygerasimov, pfrenssen: Convert contact_site_page and contact_person_page to a new-style Controller.
2013-12-12 21:03:41 +00:00
webchick
c120a661e4
Issue #2152581 by swentel: 'Manage fields' screen needs mobile-izing.
2013-12-12 10:36:54 -08:00
webchick
473ccd5558
Issue #1973436 by claudiu.cristea, vijaycs85: Provide config schema to field types storage for image module.
2013-12-12 10:21:58 -08:00
webchick
dae4f79783
Issue #1973522 by vijaycs85, chr.fritsch, piyuesh23: Provide config schema to field types and storage in file module.
2013-12-12 10:19:36 -08:00
webchick
aaaf31c9aa
Issue #2154683 by Gábor Hojtsy: Ul.links has no active styling for links (language switcher active link is indistinguishable).
2013-12-12 10:18:37 -08:00
webchick
5bfeac4f8a
Revert "Issue #1559244 by Xano, jhodgdon: Clean up search settings page."
...
This change was a bit more than we bargained for and caused critical tasks
to have to re-roll. Rolling back for now so we can discuss it more.
This reverts commit 541f24c2cc
.
2013-12-12 10:00:47 -08:00
Alex Pott
c2f76e09d4
Issue #2015687 by smiletrl, amateescu, Berdir, fago: Convert field type to FieldType plugin for taxonomy module.
2013-12-12 15:42:27 +00:00
Alex Pott
65be82a128
Issue #2095283 by Berdir, chx, amateescu, vladan.me: Remove non-storage logic from the storage controllers.
2013-12-12 14:46:24 +00:00
Nathaniel Catchpole
f392d38ee8
Issue #2096591 by mr.baileys, vijaycs85, Wim Leers: Remove drupal_add_css() from the theme system.
2013-12-12 12:53:23 +00:00
Nathaniel Catchpole
356325442f
Issue #2062211 by rych, m1r1k, joelpittet, dstorozhuk: Remove calls to deprecated global $user in system module (first part).
2013-12-12 11:03:09 +00:00
Nathaniel Catchpole
93c57498b6
Issue #2062791 by joelpittet, natemow, sergeypavlenko, m1r1k, jlindsey15: Remove calls to deprecated global $user and $GLOBALS['user'] in node module.
2013-12-12 11:02:09 +00:00
Nathaniel Catchpole
7fa9c2e13f
Issue #2144701 by Xano: Copy PluginBase's translation wrappers to ContextAwarePluginBase.
2013-12-12 10:59:29 +00:00
Nathaniel Catchpole
6add3e8a32
Issue #2149233 by TR: Unused / undeclared variable in Config.php.
2013-12-12 10:49:59 +00:00
Nathaniel Catchpole
196a4eb505
Issue #2099391 by marthinal, dawehner, jhodgdon: Breadcrumbs for Search module should match tab titles.
2013-12-12 10:42:18 +00:00
Nathaniel Catchpole
541f24c2cc
Issue #1559244 by Xano, jhodgdon: Clean up search settings page.
2013-12-12 10:39:13 +00:00
catch
3e27ebdea5
Issue #1786490 by Berdir, amateescu, damiankloip, Wim Leers, dawehner: Add caching to the state system.
2013-12-12 00:00:09 +00:00
Nathaniel Catchpole
51560a3a04
Revert "Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system."
...
This reverts commit 8ec847cc7c
.
2013-12-11 14:37:58 +00:00
Nathaniel Catchpole
8ec847cc7c
Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system.
2013-12-11 12:00:10 +00:00
Nathaniel Catchpole
4b7da9abff
Issue #221081 by David_Rothstein, fago, schwern, Berdir: Entity cache out of sync and inconsistent when saving/deleting entities.
2013-12-11 11:52:47 +00:00
Alex Pott
4a808340cb
Issue #1966448 by marthinal, larowlan, codeyourdream: comment_entity_load() breaks after disabling the Forum module.
2013-12-11 10:59:20 +00:00
webchick
a5bff94dc6
Issue #2149933 by nod_: Improve Edit module JS to use .find(...) instead of .is(':has(...)').
2013-12-10 23:03:58 -08:00
webchick
b8288cf90a
Revert "Issue #2149933 by effulgentsia: Improve Edit module JS to use .find(...) instead of .is(':has(...)')."
...
Wrong commit credit.
This reverts commit af335ce5c7
.
2013-12-10 23:03:36 -08:00
webchick
af335ce5c7
Issue #2149933 by effulgentsia: Improve Edit module JS to use .find(...) instead of .is(':has(...)').
2013-12-10 23:03:17 -08:00
webchick
954790465d
Issue #2073123 by dsdeiz, maartendeblock | xtfer: Drupal_clean_css_identifier() allows invalid CSS identifiers.
2013-12-10 23:02:15 -08:00
webchick
46f4289e8a
Issue #2137005 by jessebeach: Don't hide comments during in-place editing of an Article; position the entity toolbar more intelligently.
2013-12-10 23:00:36 -08:00
webchick
2d1adba498
Issue #2061899 by joelpittet, m1r1k: Remove references to global in Comment module.
2013-12-10 22:58:02 -08:00
webchick
8c59a99310
Issue #2062247 by m1r1k, Garbar: Remove calls to deprecated global in core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php.
2013-12-10 22:55:16 -08:00
webchick
5dbebc7be3
Issue #2061971 by naveenvalecha, herom, InternetDevels: Replace user_access() calls with ->hasPermission() in block module.
2013-12-10 22:54:07 -08:00
webchick
4e6b6ba3b8
Issue #2084257 by beowulf1416 | joachim: Standardize variable in buildHeader().
2013-12-10 22:52:54 -08:00
webchick
c33c50beeb
Issue #2061927 by joelpittet, InternetDevels, m1r1k: Remove references to global in History module.
2013-12-10 22:51:13 -08:00
webchick
6819e5e0d6
Issue #2098197 by dawehner, vijaycs85, damiankloip, tstoeckler: Add getAllRoutes() method to RouteProvider .
2013-12-10 22:50:17 -08:00
webchick
9145204f16
Issue #2134861 by Gábor Hojtsy, amateescu: Field instance bundle is only accessible directly on the bundle property.
2013-12-10 22:43:45 -08:00
webchick
d370d5f6cf
Issue #2048379 by Xen, andypost, niko-: Multilingual first time admin/config exception Field 'uri' doesn't have a default value into {locale_file}.
2013-12-10 22:42:54 -08:00
webchick
e8251b2a5f
Issue #2057199 by lauriii, olli: Unable to select the 'Default' view mode for custom block.
2013-12-10 22:34:11 -08:00
webchick
da7d7a95e2
Issue #2143093 by vijaycs85, Gábor Hojtsy | ti2m: Remove translation update for uninstalled modules and themes.
2013-12-10 22:25:43 -08:00
webchick
d50b169598
Issue #2115025 by Gábor Hojtsy, pfrenssen, dawehner: Content admin views title saved localized to the menu table.
2013-12-10 22:23:11 -08:00
webchick
4c6309c6f8
Issue #2096577 by Wim Leers, vijaycs85: Remove drupal_add_css() from views.module.
2013-12-10 22:20:04 -08:00
webchick
5e3bf09934
Issue #1483554 by franz, SebCorbin: Autocomplete textfield and ajax: tab key fires up ajax before setting autocomplete value.
2013-12-10 22:10:05 -08:00
webchick
4a49c5714d
Issue #1820086 by gcassie: Remove mention of drupal_session_count() from inline documentation.
2013-12-10 22:05:09 -08:00
webchick
410dcdab1f
Issue #2105963 by larowlan, annikaC | vijaycs85: Make sure all YML files in Forum module has no type-casting to string.
2013-12-10 22:04:01 -08:00
webchick
056f2fe241
Issue #2132711 by dawehner: Add a test for the breadcrumb manager.
2013-12-10 22:01:45 -08:00
webchick
35551377c6
Issue #2112675 by tim.plunkett: Convert dblog_filter_form and dblog_clear_log_form to FormInterface.
2013-12-10 21:57:07 -08:00
webchick
8e5c395837
Issue #2153741 by damiankloip: Add executable permission to rebuild_token_calculator.sh script.
2013-12-10 21:54:51 -08:00
Dries
0fc8ab6bb8
Issue #2152261 by joelpittet: Clean up for tablesort-indicator.html.twig.
2013-12-10 17:13:35 -05:00
Dries
70d77c32db
Issue #1258342 by Andreas Radloff: Change search inputs' default width.
2013-12-10 17:05:11 -05:00
Dries
258b9a310c
Issue #2149599 by Wim Leers: Fix minor bugs and minor coding standards violations in edit.module, discovered by backporting.
2013-12-10 17:01:45 -05:00
Dries
7d36579df3
Issue #2133889 by Wim Leers: Clean up Edit: rename EditorDecorationView to FieldDecorationView.
2013-12-10 17:00:13 -05:00
Dries
4dd23ceaab
Issue #2105931 by sidharthap: Make sure all YML files in Content Translation module has no type-casting to string.
2013-12-10 16:56:25 -05:00