Commit Graph

20286 Commits (4889cf6bc7d3a221dc05d824d4f8c5dbd1c6cc72)

Author SHA1 Message Date
Alex Pott 4889cf6bc7 Issue #1862352 by damiankloip: Move Views UI tests to Views UI module. 2013-05-08 18:43:43 +01:00
Alex Pott dced5e1164 Issue #1979290 by Cottser, soulston: Add static caching to Twig_Environment::getTemplateClass(). 2013-05-08 18:34:54 +01:00
Jennifer Hodgdon 75c407547f Issue #1948564 by aitiba: Use new standard to document search conditions callback 2013-05-08 06:48:09 -07:00
Jennifer Hodgdon d9ac5b6c81 Issue #1204784 by Kevin Morse, valthebald, druplet, kiamlaluno: Fix code comment in drupal_retrieve_form 2013-05-08 06:42:56 -07:00
Jennifer Hodgdon 9ec703eb65 Issue #1957042 by Kevin Morse, foopang, xjm, Fabianx, Cottser: Document why a method in CoreBundle is public static 2013-05-08 06:40:31 -07:00
Jennifer Hodgdon f4ed1b71c5 Issue #1984190 by markpavlitski: Fix bullet list formatting in hook_install_tasks doc 2013-05-08 06:37:02 -07:00
Alex Pott 0cf4cd39d9 Issue #1984648 by tim.plunkett: Add AlterDecorator to TipPluginManager. 2013-05-08 10:55:53 +01:00
Alex Pott 8296db7ae4 Issue #1696224 by aroq: Remove system_settings_form(). 2013-05-08 10:24:08 +01:00
Alex Pott 686c269bae Issue #1938670 by ParisLiakos, Xano, RobLoach, pp, alexpott: Convert unicode.inc to \Drupal\Component\Utility\Unicode. 2013-05-08 00:29:47 +01:00
Alex Pott 608fa1d54d Issue #1985386 by yched, Gábor Hojtsy: Crufty 'allowed_values_function_display()' ends up in list field stored config. 2013-05-08 00:12:57 +01:00
catch bf0ba501cd Issue #1987604 by Wim Leers: Contextual's use of Drupal.formatPlural() doesn't allow strings to be detected, and minor cleanup. 2013-05-07 22:51:11 +01:00
catch b47ddcc614 Issue #1549506 by swentel, pcambra, lbainbridge, muriqui: Fixed Edit and delete links should be hidden for locked fields. 2013-05-07 22:38:31 +01:00
catch ba04d484a1 Issue #1982020 by Fabianx, Cottser: Add static caching to drupal_html_class(). 2013-05-07 22:35:49 +01:00
catch 1fd234aa7f Issue #1988708 by andypost: Drop unused _taxonomy_get_tid_from_term() 2013-05-07 22:32:13 +01:00
Alex Pott a371a7b58d Issue #1986888 by tim.plunkett, agentrickard: Fixed Field UI integration for entity types is brittle. 2013-05-07 21:44:57 +01:00
Alex Pott 19e6c2c0ae Issue #1987298 by tim.plunkett, quicksketch: Shorten directory structure and PSR-0 namespacing for plugins. 2013-05-07 21:34:00 +01:00
Alex Pott a57952c6a4 Issue #1983844 by tim.plunkett, dawehner: Add EntityListController and convert picture.module callbacks to routes/controllers to provide a use-case. 2013-05-07 17:33:50 +01:00
Alex Pott 081af87119 Issue #1987344 by tim.plunkett: NotFoundHttpException thrown in ParamConverterManager results in a WSOD. 2013-05-07 17:16:03 +01:00
Alex Pott 79ea2f38f8 Issue #1292284 by ParisLiakos, RobLoach, karschsp: Require 'type' key in .info.yml files. 2013-05-07 14:51:26 +01:00
Nathaniel Catchpole 3566cfe7bc Follow-up to #1712250: fix system_update numbering. 2013-05-07 11:08:08 +01:00
Nathaniel Catchpole 31513883d9 Issue #1712250 by alexpott, n3or, cam8001, vijaycs85, Albert Volkman, jibran, heyrocker, chx: Convert theme settings to configuration system. 2013-05-07 10:47:19 +01:00
Alex Pott cb4782ea13 Issue #1977784 by YesCT, Gábor Hojtsy, EllaTheHarpy: Content language settings configuration page needs to determine what entities and bundles to include. 2013-05-06 11:31:46 +01:00
Nathaniel Catchpole be3667b3ef Issue #1898434 by gnuget, joelpittet, webthingee, -enzo-, Cottser: Remove theme_options_none(), use an alter hook instead for changing empty option label. 2013-05-05 22:32:01 +01:00
Nathaniel Catchpole 3d1da5ab8f Issue #1982606 by dstol: Added Routine user error can lead to plaintext passwords in the database. 2013-05-05 22:26:23 +01:00
Nathaniel Catchpole 59244c71d0 Issue #1986690 by fabpot: Fixed Removed double registration of RegisterKernelListenersPass. 2013-05-05 22:19:21 +01:00
Nathaniel Catchpole c268d42baa Issue #1911178 by ParisLiakos, Xano: Change notice: Remove hook_exit(). 2013-05-05 22:09:00 +01:00
Nathaniel Catchpole 9e0a3231e8 Issue #1829734 by dawehner, damiankloip, cam8001, dww: Expose tracker data to views. 2013-05-05 22:03:47 +01:00
Nathaniel Catchpole c33191b66b Issue #1982024 by Cottser, Fabianx: Lazy-load Attribute objects later in the rendering process only if needed. 2013-05-05 21:52:35 +01:00
Alex Pott 50ae329638 Issue #1982088 by tim.plunkett: Remove hook_entity_bundle_info()'s need for 'real path'. 2013-05-05 01:24:24 +01:00
Alex Pott 5838ea9ab2 Issue #1980982 by andypost, aspilicious: Clean-up procedural wrappers for taxonomy. 2013-05-04 17:10:20 +01:00
webchick d78f5a96ea Issue #1966704 by Wim Leers, jessebeach: In-place editing for taxonomy terms and custom blocks. 2013-05-04 00:18:03 -07:00
webchick df8519574a Issue #1828616 follow-up by tstoeckler, Berdir: Allow AnnotatedClassDiscovery to find plugins in Drupal\Component as well. 2013-05-03 22:31:02 -07:00
Alex Pott a5e363a58d Issue #1978980 by dawehner: Convert toolbar_subtrees_jsonp() to a Controller. 2013-05-04 02:18:23 +01:00
Alex Pott 1e40d90134 Issue #1606362 by nod_, Angry Dan, seutje: Use throw when an ajax error occurs and extend JavaScript's Error object. 2013-05-04 01:57:20 +01:00
Alex Pott 0be98498e0 Issue #1974474 by Berdir: Make sure within field_attach_()*() that we are working with a BC entity. 2013-05-04 01:49:43 +01:00
Alex Pott 01b33f5ab8 Issue #1978946 by tim-e: Convert comment_edit_page() to a Controller. 2013-05-04 01:37:25 +01:00
Alex Pott a82a5efe22 Issue #1981198 by yched: Change notice: More accurate names and form_ids() for Field UI form classes. 2013-05-04 01:01:03 +01:00
Alex Pott f5945be4e4 Issue #1512584 by TravisCarden: Hide logo/shortcut icon theme settings fieldsets when disabled. 2013-05-03 23:47:44 +01:00
Alex Pott ccea397896 Issue #1980028 by TravisCarden, CrimbleCrumble: "Formats" page needs a more descriptive name. 2013-05-03 23:45:02 +01:00
Alex Pott 624947f9a9 Issue #1970060 by Bojhan, CrimbleCrumble: Simplify pager options help descriptions. 2013-05-03 23:40:11 +01:00
Alex Pott fcf74af562 Issue #1982008 by nick_schuch: Modal if no tour tip id or class is provided. 2013-05-03 23:36:21 +01:00
Alex Pott f31f0b1b79 Issue #1981786 by Bojhan: Use "Shown|Hidden" instead of "Yes|No" for contextual links. 2013-05-03 23:22:38 +01:00
Alex Pott b0e63298c7 Issue #1969988 by Bojhan: Cleanup exposed form settings. 2013-05-03 23:19:01 +01:00
webchick 045cc3a707 Issue #1981312 by tim.plunkett, dawehner: Move views_ui() code out of the View entity type annotation. 2013-05-03 10:25:44 -07:00
webchick f83208f282 Issue #1956896 by dawehner, alexpott, msonnabaum, klausi: Added role based access checker. 2013-05-03 10:17:54 -07:00
webchick b2f931d3b0 Issue #1871784 by droplet: Fixed Views UI dropbutton arrow alignment. 2013-05-03 10:06:07 -07:00
webchick 22df5962a2 Issue #1944472 by larowlan, quicksketch, effulgentsia: Add generic content handler for returning dialogs. 2013-05-03 10:01:32 -07:00
webchick cbdaaaf21e Issue #1981760 by Wim Leers, nod_: Edit should use the new drupalContextualLinkAdded event to cleanly instead of hackily insert its 'Quick edit' contextual link. 2013-05-03 09:08:47 -07:00
Jennifer Hodgdon 948c90fc42 Issue #1966958 by markpavlitski, joachim: Add param docs to user_login_finalize 2013-05-03 09:07:05 -07:00
Jennifer Hodgdon 468285db1d Issue #1984514 by Aron Novak: Fix incorrect file doc headers in aggregator tests 2013-05-03 09:04:47 -07:00