Commit Graph

36 Commits (405d504752b044d7371183039f1a4953a59ec403)

Author SHA1 Message Date
Nathaniel Catchpole 390d04eef7 Issue #2115061 by JeroenT, tim.plunkett: Remove direct calls to drupal_add_html_head_link(). 2013-11-21 10:05:28 +00:00
catch 75debc110d Issue #2115063 by marcingy: Remove drupal_add_feed(). 2013-10-28 11:53:11 +00:00
Nathaniel Catchpole de0a575dec Issue #2061911 by AlexandrTodorozhko, jibran, dawehner: Remove drupal_set_breadcrumb() and LegacyBreadcrumbBuilder in taxonomy module. 2013-10-13 13:46:11 +01:00
Alex Pott 3cee107ce5 Issue #2100329 by cosmicdreams: Use \Drupal instead of Drupal to make IDEs and static code analyse tools happy. 2013-10-03 12:26:25 +01:00
webchick ef2e45b0e8 Issue #2089635 by tim.plunkett, disasm, larowlan: Convert non-test non-form page callbacks to routes and controllers. 2013-09-18 11:30:30 -07:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
Alex Pott 499080f36c Issue #1987858 by oenie, jibran, tim.plunkett: Convert taxonomy_autocomplete() to a new style controller. 2013-08-25 10:38:07 +01:00
webchick 523fb85533 Issue #1847002 by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity. 2013-08-18 14:16:19 -07:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
webchick 5572e7fd5a Issue #2014025 by kgoel | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the taxonomy module. 2013-06-17 01:42:40 -05:00
Alex Pott 342f132b35 Issue #1970360 by Crell, linclark, dawehner, YesCT, matt2000: Entities should define URI templates and standard links. 2013-06-13 09:19:53 +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
webchick 7e1a0ca0bb Issue #1919022 by Berdir: Remove translatable tag. 2013-02-27 21:58:46 -05:00
webchick c564e0f7fb Issue #1067120 follow-up by David_Rothstein, Berdir: Docs fixes for taxonomy.api.php. 2012-12-26 18:38:36 -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 f1b6874e72 Issue #1831324 by sun, effulgentsia: Form API #autocomplete_path() JS and callbacks to use GET q= parameter instead of menu tail. 2012-12-02 22:23:33 -05:00
catch 5f4e5d8d26 Issue #1824834 by vijaycs85, Albert Volkman: Covert default_nodes_main() variable to CMI system. 2012-10-31 22:55:19 +00:00
webchick 76a157fe32 Issue #1763974 by tim.plunkett, EclipseGC, berdir, xjm, neclimdul, FabianX: Convert entity type info into plugins. 2012-10-30 13:37:18 -07:00
catch 43cd79241e Issue #1784226 by javier_, lucascaro: Fixed Taxonomy feed not working. 2012-10-22 13:12:22 +01:00
webchick e9ca778b53 Issue #1026616 by fgm, Berdir, Dave Reid, fago: Implement an entity render controller. 2012-10-13 23:40:03 -07:00
webchick b72e28127e Issue #1067120 by BTMash, DamienMcKenna, corvus_ch, valthebald, mrfelton, fgm, Dave Reid: Added Missing hook_taxonomy_term_view() or hook_entity_view() when viewing a term. 2012-09-05 23:25:20 -07:00
webchick 1c4a00f374 Issue #1616972 by webflo, Schnitzel, Berdir, pfrenssen, gaspaio: Replace ->name with ->label(). 2012-08-19 12:33:53 +02:00
Dries 48d139aed1 - Patch #1496462 by acrollet, sun, cosmicdreams, Niklas Fiekas, aspilicious: convert RSS publishing settings to configuration system. 2012-07-26 17:09:56 -04:00
webchick 4b6bdbb1dd Issue #1496542 by cosmicdreams, sun, chx, vasi1186, aspilicious, alexpott, nadavoid, Pedro Lozano, disasm, andypost | heyrocker: Convert site information to config system. 2012-07-02 10:20:33 -07:00
webchick deae32e9cb Issue #1619446 by Niklas Fiekas: Fixed All autocomplete and drupal_json_output() responses are broken (returning Ajax instead of JSON). 2012-06-29 09:10:25 -07:00
Dries 26aaa9fbde - Patch #1496462 by acrollet, cosmicdreams, Niklas Fiekas | heyrocker: Convert RSS publishing settings to configuration system. 2012-05-18 16:34:59 -04:00
Dries 98858def41 - Patch #1533022 by duellj, aspilicious: convert taxonomy.module entity classes to PSR-0. 2012-05-16 21:53:35 -04:00
catch 5a8e7bd7a6 Issue #1361232 by sun, Berdir, aspilicious, fago, klausi, amateescu: Make the taxonomy entities classed objects. 2012-04-02 11:55:32 +09:00
catch 0549db82c6 Issue #93854 by pillarsdotnet, Steven Jones, Dave Reid, ericduran, xjm, das-peter, et al: Fixed Allow autocompletion requests to include slashes. 2012-03-13 17:13:59 +09:00
Jennifer Hodgdon 912b5513f0 Issue #1315992 by xjm: Remove path designations from menu callback docs to conform with current 8.x standards 2012-02-29 09:11:01 -08:00
catch ed9a5d96f6 Issue #814804 by JacobSingh, ksenzee, draenen, et al: Fixed taxonomy_autocomplete() produces SQL error for nonexistent field. 2012-02-08 20:13:10 +09:00
catch 2cc7d45de1 Issue #1377628 by chris.leversuch: taxonomy_get_term_by_name() should be taxonomy_term_load_multiple_by_name(). 2012-01-18 12:37:45 +09:00
catch 86d84851b3 Issue #1337124 by xjm: Fixed Improve API documentation for taxonomy_autocomplete(). 2011-11-15 11:01:21 +09:00
Nathan Haug 06fb770bd3 Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathaniel 906a6db347 Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4.
2011-11-01 12:32:15 +09:00
Nathaniel f0a16bf2a4 Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades. 2011-11-01 12:25:12 +09:00