Commit Graph

152 Commits (e855a496a7e725e5e1e62f1a32a4d245f1a17c18)

Author SHA1 Message Date
Dries 58de5374c4 Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers. 2013-06-30 20:09:38 -04:00
Alex Pott 2c2f5f59f5 Issue #1867856 by fubhy the cat, EclipseGc, Berdir: Use annotation discovery for data type plugins. 2013-06-29 15:48:52 +01:00
Alex Pott 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Dries 6f29144a10 Issue #1938892 by JohnAlbin, Pancho: Fixed Switch from ISO-3166-1 country data to CLDR unicode data. 2013-06-28 13:06:49 -04:00
Nathaniel Catchpole 0f7247e9b2 Issue #1473066 by JohnAlbin, echoz: Move third-party assets out of core/misc folder. 2013-06-28 10:41:31 +01:00
Alex Pott 46973e74b5 Issue #111715 by andypost, swentel, tim.plunkett, sun, Berdir, amateescu, kkaefer, YesCT, dagmar, chx: Convert node/content types into configuration. 2013-06-27 06:48:51 +01:00
Nathaniel Catchpole 00cb147e14 Issue #1668866 by ParisLiakos, aspilicious, tim.plunkett, pdrake, g.oechsler, dawehner, Berdir, corvus_ch, damiankloip, disasm, marcingy, neclimdul: Replace drupal_goto() with RedirectResponse. 2013-06-19 17:07:30 +01:00
Nathaniel Catchpole ecfbc27f34 Issue #1838310 by ParisLiakos, Jose Reyero: Remove st(), get_t() and for good. 2013-06-17 14:35:07 +01:00
Nathaniel Catchpole a10b792f41 Issue #2018375 by andypost: Get rid of node_hook() and node_invoke(). 2013-06-17 12:03:40 +01:00
Alex Pott 27bd89be14 Issue #1998228 by ParisLiakos, dawehner: Remove hook_menu_site_status_alter() in favor of request listeners. 2013-06-14 00:53:50 +02:00
Alex Pott 07e3ccbdea Issue #2004506 by cam8001, plach: Move standard_country_list() to Drupal\Core\Locale\Country. 2013-06-11 23:23:08 +01:00
Alex Pott 5ecc704c4e Issue #1993100 by damiankloip: Change hook_queue_info() 'worker callback' to be a callable. 2013-06-11 10:22:50 +01:00
Jennifer Hodgdon 334b3d7f76 Issue #1811520 by JacobSanford, lirantal: Add section tags to theme, hook_menu, and t documentation. 2013-06-06 09:14:35 -07:00
Nathaniel Catchpole 579aa78880 Issue #1947720 by damiankloip: Use Drupal::state() to replace state(). 2013-06-05 15:58:21 +01:00
Alex Pott 42daa83c5e Issue #1911728 by ParisLiakos, Xano, dawehner, jibran, David_Rothstein: Remove hook_init(). 2013-06-05 08:47:39 +01:00
catch 6e95cc60b9 Issue #1806478 by Cottser, joelpittet, kevinquillen: Make twig the default engine once all modules templates are converted from .tpl.php to .html.twig. 2013-05-29 08:41:16 +01:00
Alex Pott 00fdcd39cc Issue #1908756 by tim.plunkett: Separate Action Links (MENU_LOCAL_ACTION) from hook_menu(). 2013-05-27 20:20:55 -05:00
Alex Pott 521e1e5946 Issue #1957158 by abghosh82, JacobSanford: Replace typed_data() with Drupal::typedData(). 2013-05-27 18:00:35 -05:00
Alex Pott 477c06c413 Issue #1498674 by plach, das-peter, Schnitzel, dawehner, YesCT, attiks, Berdir, Gábor Hojtsy, Soul88, Carsten Müller: Refactor node properties to multilingual. 2013-05-26 13:18:10 -07:00
Alex Pott f2d710c607 Issue #1620010 by dawehner, ParisLiakos, plach, jibran: Move LANGUAGE constants to the Language class. 2013-05-25 13:12:45 -07:00
Alex Pott 523d64a462 Issue #1993312 by damiankloip, tim.plunkett: Change pre_render(), post_render(), and after_build() callbacks to accept callables. 2013-05-21 17:22:44 -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 8296db7ae4 Issue #1696224 by aroq: Remove system_settings_form(). 2013-05-08 10:24:08 +01:00
Nathaniel Catchpole c268d42baa Issue #1911178 by ParisLiakos, Xano: Change notice: Remove hook_exit(). 2013-05-05 22:09:00 +01:00
Alex Pott 620d497915 Issue #1913618 by tim.plunkett, amateescu: Convert EntityFormControllerInterface to extend FormInterface. 2013-04-30 00:46:14 +01:00
webchick 53d8c24d94 Issue #1818560 by Berdir, fago, Wim Leers, jessebeach, dawehner, YesCT: Convert taxonomy entities to the new Entity Field API. 2013-04-26 09:10:49 -07:00
catch 87462db60e Issue #1167144 by chx, catch, claudiu.cristea: Make cache backends responsible for their own storage. 2013-04-22 12:25:08 +01:00
Alex Pott c014519ca1 Issue #1969540 by Xano: Convert token.inc to a service. 2013-04-18 08:24:35 +01:00
webchick 58e8125104 Issue #1950726 by chx: Convert hook_archiver_info() into the New Shiny(TM). 2013-04-11 23:33:28 -07:00
Jennifer Hodgdon 53532e96c9 Issue #1963206 by fgm: Add hook_schema_alter to scheamapi topic 2013-04-10 14:50:17 -07:00
Jennifer Hodgdon e62b3ae5aa Issue #1933954 by Alexander Pyle: Fix up documentation for return value of hook_requirements 2013-04-04 15:31:08 -07:00
Alex Pott 7aca9955dc Issue #1937600 by Berdir, rootatwc | webchick: Determine what services to register in the new Drupal class. 2013-04-03 09:44:04 +01:00
catch c07e727d8f Issue #1664844 by alexpott, cweagans, heyrocker, eojthebrave, ACF, Berdir: Convert image toolkits into plugins. 2013-03-25 11:55:05 +00:00
catch fc7c38bde8 Issue #1764474 by Berdir, chx, alexpott, pounard, msonnabaum: Make Cache interface and backends use the DIC. 2013-03-22 09:36:55 +00:00
webchick dad3ef5592 Issue #1913328 by fago: Provide general list and map classes. 2013-03-08 21:35:04 -08:00
Dries 0b551a0001 Issue #1936924 by chx: Typo fixes in system.api.php. 2013-03-08 08:53:54 -05:00
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
Dries a96697c7d5 Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage. 2013-02-18 12:03:05 -05:00
webchick e72ff70409 Issue #916388 by disasm, podarok, dawehner, andypost, amateescu, Dave Reid: Convert menu links into entities. 2013-02-08 15:55:25 -08:00
catch b574b9e52d Issue #1860026 by aspilicious, David_Rothstein, katbailey, rootatwc: Remove hook_exit() for cached page requests, and decide between it and the onTerminate eventotherwise. 2013-02-07 14:14:22 +00:00
catch d29b130346 Issue #1833442 by rootatwc, dawehner, alexpott: Remove hook_boot(). 2013-02-06 11:50:46 +00:00
Dries 78876b2060 Issue #1845546 by fago, EclipseGc, attiks, effulgentsia: Implement validation for the TypedData API. 2013-02-01 12:31:52 -05:00
Jennifer Hodgdon 4ccedfb04e Issue #1889738 by andybroomfield: Add information to documentation of hook_custom_theme 2013-01-30 07:54:47 -08:00
catch e8fb3cea9c Issue #1892574 by sun: Remove hook_hook_info_alter(). 2013-01-28 22:51:01 +00:00
catch 6e5d1a09ca Issue #1874300 by Berdir, swentel: Remove $entity_type argument from field.module functions that receive a single $entity. 2013-01-07 11:22:28 +00:00
Jennifer Hodgdon c6dff672c5 Issue #1333400 by Albert Volkman, Chi: Add parameter docs for hook_install_tasks 2013-01-04 09:34:14 -08:00
catch 4ed7a7d6aa Issue #1552396 by andypost, sun, tim.plunkett, amateescu, YesCT: Convert vocabularies into configuration. 2012-12-19 17:06:30 +00:00
Dries fec72c2224 Issue #1864360 by oadaeh: Clean up some inconsistencies with @link...@endlink. 2012-12-14 21:26:51 -05:00
Dries 646d120fd4 Issue #1851788 by blake.thompson: fixed hook_menu() doesn't mention 'expanded'. 2012-12-14 10:10:27 -05:00
catch 79c34ed57a Issue #1029460 by sun: Find a better hook than hook_init() for drupal_add_js() and drupal_add_css(). 2012-12-13 12:23:00 +00:00